#sink #tokio #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

#1270 in Asynchronous


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–9MB
~65K SLoC