You can use LinkedTransferQueue for inter thread notifications (or
ArrayBlockingQueue). Read side can either block and wait for items to enter
the queue, or you can use atomics to implement low latency forms of those
queues (but high CPU usage).
On Fri, Jul 20, 2018 at 05:06, Gilles wrote:
> Hi.
Github user asfgit closed the pull request at:
https://github.com/apache/commons-pool/pull/10
---
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org