Skip to content

Commit

Permalink
sync: refactored PollSender<T> to fix a subtly broken Sink<T> imp…
Browse files Browse the repository at this point in the history
…lementation (tokio-rs#4214)

Signed-off-by: Toby Lawrence <[email protected]>
  • Loading branch information
tobz authored Feb 9, 2022
1 parent 1be8e9d commit 52fb93d
Show file tree
Hide file tree
Showing 3 changed files with 379 additions and 173 deletions.
2 changes: 1 addition & 1 deletion tokio-util/src/sync/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit 52fb93d

Please sign in to comment.