Module tokio_util::sync::cancellation_token::guard

source ·

Structs§

  • A wrapper for cancellation token which automatically cancels it on drop. It is created using drop_guard method on the CancellationToken.