util: add pollable mpsc::Sender (#3490)

This commit is contained in:
Alice Ryhl
2021-03-04 17:29:30 +01:00
committed by GitHub
parent 0d838bf5ad
commit 0867a6fc03
3 changed files with 322 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@ pub use cancellation_token::{CancellationToken, WaitForCancellationFuture};
mod intrusive_double_linked_list;
mod mpsc;
pub use mpsc::PollSender;
mod poll_semaphore;
pub use poll_semaphore::PollSemaphore;