9e2ff23d54
Using a Buffer with size 1 is a footgun because it allows only one sender to call poll_ready at a time. This is usually undesirable because it means that a task or service that calls poll_ready but only makes a service call later (potentially much later) will block all other callers. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |