Re: [LANG] Java 9 problems because of dependencies to java.desktop

2018-07-22 Thread Matt Sicker
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] commons-pool pull request #10: POOL-347 : Regard waiting object creation as ...

2018-07-22 Thread asfgit
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