sync: refactored PollSender<T> to fix a subtly broken Sink<T> implementation (#4214)

Signed-off-by: Toby Lawrence <[email protected]>
This commit is contained in:
Toby Lawrence
2022-02-09 12:09:04 -05:00
committed by GitHub
parent 1be8e9dfb7
commit 52fb93dce9
3 changed files with 379 additions and 173 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ pub use cancellation_token::{guard::DropGuard, CancellationToken, WaitForCancell
mod intrusive_double_linked_list;
mod mpsc;
pub use mpsc::PollSender;
pub use mpsc::{PollSendError, PollSender};
mod poll_semaphore;
pub use poll_semaphore::PollSemaphore;