Files
rapr-rs/docs/tokio_util/sync/sidebar-items.js
T
Uttarayan Mondal d5ecda4c73 Initial docs commit
2021-03-15 01:27:34 +05:30

1 line
488 B
JavaScript

initSidebarItems({"struct":[["CancellationToken","A token which can be used to signal a cancellation request to one or more tasks."],["PollSemaphore","A wrapper around `Semaphore` that provides a `poll_acquire` method."],["PollSender","A wrapper around `mpsc::Sender` that can be polled."],["ReusableBoxFuture","A reusable `Pin<Box<dyn Future<Output = T> + Send>>`."],["WaitForCancellationFuture","A Future that is resolved once the corresponding [`CancellationToken`] was cancelled"]]});