Iterates through the ready queue, passing each request to the appropriate handler for processing
Iterates through the ready queue, passing each request to the appropriate handler for processing. It monitors the return value from handler functions, all of which return -1 to indicate a block, 0 on completion and 1 to remain on the ready list for more procesing.
Alphabetic index Hierarchy of classes