#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

#571 in Asynchronous

Download history 1/week @ 2024-01-17 3/week @ 2024-02-14 11/week @ 2024-02-21 34/week @ 2024-02-28 36/week @ 2024-03-06 18/week @ 2024-03-13 11/week @ 2024-03-20 49/week @ 2024-03-27 36/week @ 2024-04-03 8/week @ 2024-04-10 9/week @ 2024-04-17 19/week @ 2024-04-24 33/week @ 2024-05-01

69 downloads per month
Used in 5 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
~66K SLoC