CancellationTokenFuture public sealed class CancellationTokenFuture : Future<Task>, IAwaiter, IFuture, INotifyCompletion Represents cancellation token turned into awaitable future. Documentation Code public IAwaiter GetAwaiter() Retrieves awaiter for underlying wait handle.