Issues
- 1
- 2
Resize the capacity of bounded channels
#144 opened by Frando - 0
- 0
- 1
- 1
Memory leak in unbounded channels
#146 opened by rakbladsvalsen - 10
Clarify behavior rendezvous channels
#145 opened by orlp - 0
Add a `force_send()` function to `flume::Sender`?
#142 opened by BTOdell - 1
- 1
Do we need to add a timeout for `recv_async`?
#139 opened by zhuxiujia - 0
`SendFut::poll` should return `Poll::Pending` for rendezvous channels when no item is queued
#140 opened by thomaseizinger - 2
- 4
- 2
async selector
#133 opened by vortex314 - 3
MPMC Not working or no Broadcasting
#132 opened by lsabi - 16
Document cancel safety
#104 opened by madadam - 8
- 1
- 1
Document features
#129 opened by kyrias - 2
- 2
Update benchmarks to reflect current performance
#114 opened by TimonPost - 3
`async`: `send_timeout` & `send_deadline`
#125 opened by NathanSWard - 2
`flume::Sender<T>` stops to send messages to `flume::Receiver<T>` when passed through `.await` point
#122 opened by vikulikov - 1
- 2
Awaiting disconnection of Receiver or Sender
#119 opened by Kijewski - 4
- 1
- 2
Remove lifetime constraint on Reciever.drain()
#113 opened by wyatt-herkamp - 0
Expose sender_count / receiver_count to the user
#110 opened by coolreader18 - 4
Add a `WeakSender`?
#107 opened by phil-opp - 3
Slow results with Multi Consumer, Single Producer
#105 opened by Bobonium - 1
Memory leak caused by polling `RecvStream`
#88 opened by jsdw - 5
Example showing request + response
#101 opened by brandonros - 6
Values received out-of-order in a single-threaded async single-producer single-consumer scenario (involving tokio::select).
#98 opened by rzheka - 4
Consider adding into_iter()
#96 opened by lu-zero - 1
- 2
Feature: broadcast
#92 opened by Antiarchitect - 4
Question: Is Flume production ready?
#73 opened by ev94 - 3
catch_unwind and Flume channels
#90 opened by itamarst - 6
- 5
Spinlock exponential backoff has no cap — can hang all threads that touch the lock
#74 opened by thomcc - 3
error[E0658]: or-patterns syntax is experimental
#83 opened by tarcieri - 4
- 0
`Receiver` methods for `RecvFut` and `RecvStream` and `Sender` methods for `SendFut` and `SendSink`
#80 opened by daxpedda - 4
Add oneshot channel type
#79 opened by lunacookies - 3
`recv_async` returning Disconnected in some highly-concurrent situations even though `send` succeeds
#78 opened by ecton - 1
- 2
Why does sending require T: Unpin?
#66 opened by Darksonn - 4
Support broadcast channel
#68 opened by maxjoehnk - 0
Is there a reason not to provide a `Sender.subscribe() -> Receiver` method?
#67 opened by coolreader18