mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
future: add adapters of CancellationToken for FutureExt (#7475)
This commit is contained in:
@@ -5,6 +5,7 @@ pub use cancellation_token::{
|
||||
guard::DropGuard, guard_ref::DropGuardRef, CancellationToken, WaitForCancellationFuture,
|
||||
WaitForCancellationFutureOwned,
|
||||
};
|
||||
pub(crate) use cancellation_token::{RunUntilCancelledFuture, RunUntilCancelledFutureOwned};
|
||||
|
||||
mod mpsc;
|
||||
pub use mpsc::{PollSendError, PollSender};
|
||||
|
||||
Reference in New Issue
Block a user