Returns whether or not the pool serves threads waiting to borrow objects fairly. True means that waiting threads are served as if waiting in a FIFO queue.
@return <code>true</code> if waiting threads are to be served by the pool in arrival order
See Implementation
Returns whether or not the pool serves threads waiting to borrow objects fairly. True means that waiting threads are served as if waiting in a FIFO queue.
@return <code>true</code> if waiting threads are to be served by the pool in arrival order