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]> |
"But the Blocking Queue in the middle implies that you want a Producer that is not backpressure-aware" No. In synchronous (pure multithreaded) case, Producer is backpressure-aware: it is blocked when the queue is full. And I want to keep backpressure in async case, both for Producer writing to the queue, and for Consumer reading from the queue. -- Sent from: http://jsr166-concurrency.10961.n7.nabble.com/ _______________________________________________ Concurrency-interest mailing list [email protected] http://cs.oswego.edu/mailman/listinfo/concurrency-interest