#tokio #sink #future #class #traits #mpsc #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

#1320 in Asynchronous

42 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.7–8.5MB
~65K SLoC