Module cancellation

Module cancellation 

Source
Expand description

Thread-safe cancellation primitives for cooperative task cancellation.

Structsยง

CancellationGuard
A guard that cancels its associated CancellationToken when dropped.
CancellationToken
A thread-safe cancellation token that can be shared across threads.