Closed brettwooldridge closed 7 years ago
Would it be possible to add support for timeouts? For example:
final T entry = handoffQueue.poll(timeout, NANOSECONDS);
In our case, MultithreadConcurrentQueue is the queue we would desire to use.
MultithreadConcurrentQueue
Nevermind.
Would it be possible to add support for timeouts? For example:
In our case,
MultithreadConcurrentQueue
is the queue we would desire to use.