#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

#1021 in Asynchronous

40 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
~65K SLoC