#tokio #sink #future #class #wrapper #traits #unbounded-sender

sender-sink

Utility classes for working with tokio UnboundedSender and the Sink trait

3 unstable releases

0.2.1 Jun 25, 2023
0.2.0 Jul 22, 2021
0.1.0 Jul 22, 2021

#552 in Asynchronous

Download history 63/week @ 2023-12-17 44/week @ 2023-12-24 86/week @ 2023-12-31 1/week @ 2024-01-07 1/week @ 2024-01-14 8/week @ 2024-02-18 34/week @ 2024-02-25 10/week @ 2024-03-03 46/week @ 2024-03-10 9/week @ 2024-03-17

100 downloads per month
Used in 4 crates

MIT license

7KB
121 lines

Crates.io CI codecov

A tiny crate which provides a futures::sink::Sink-implementing wrapper around tokio::sync::mpsc::UnboundedSender.

Dependencies

~2.8–4MB
~65K SLoC