Crates.io | sender-sink |
lib.rs | sender-sink |
version | 0.2.1 |
source | src |
created_at | 2021-07-22 21:09:14.534749 |
updated_at | 2023-06-25 16:14:16.982515 |
description | Utility classes for working with tokio UnboundedSender and the Sink trait. |
homepage | https://github.com/herblet/sender-sink |
repository | https://github.com/herblet/sender-sink |
max_upload_size | |
id | 426031 |
size | 8,753 |
A tiny crate which provides a futures::sink::Sink
-implementing wrapper around tokio::sync::mpsc::UnboundedSender
.