The request queue is an interface that defines the basic enqueue and
dequeue methods to add a socket to the queue (the server does this),
and remove a socket from the queue (workers do this).
Attempts to remove a socket from the queue. This method may cause the
calling thread to block for some amount of time until a socket is
available to obtain.
The request queue is an interface that defines the basic enqueue and dequeue methods to add a socket to the queue (the server does this), and remove a socket from the queue (workers do this).