Re: java.util.concurrent.Flow with opposite direction of item flow
Alexei Kaigorodov via Concurrency-interest <[email protected]>
| Newsgroups | gmane.comp.java.jsr.166-concurrency |
|---|---|
| Message-ID | <[email protected]> |
no, i did not follow the the half-queue example. I have BlockingQueue with strictly defined interface, and want to access it asynchronously. I do not need to access fictional half-queues, where /the consumer initialising the buffer with Unit objects./ - in real life, BlockingQueue implementations initialize the buffer without the help of a consumer. Your half-queue can behave in very strange way, but they are not related to the problem I trying to solve: how to augment existing means of inter-thread communication with asynchronous interfaces, so that they could connect threads and asynchronous tasks in any combinations. -- Sent from: http://jsr166-concurrency.10961.n7.nabble.com/ _______________________________________________ Concurrency-interest mailing list [email protected] http://cs.oswego.edu/mailman/listinfo/concurrency-interest