Expand description
An asynchronously awaitable CancellationToken.
The token allows to signal a cancellation request to one or more tasks.
Structsยง
- Cancellation
Token - A token which can be used to signal a cancellation request to one or more tasks.
- Wait
ForCancellation Future - A Future that is resolved once the corresponding
CancellationTokenis cancelled. - Wait
ForCancellation Future Owned - A Future that is resolved once the corresponding
CancellationTokenis cancelled.