CancellationToken

public interface CancellationToken

Used to allow requesting cancellation of asynchronous tasks.

Functions

cancel
Link copied to clipboard
abstract void cancel()

Inheritors

NoOpCancellationToken
Link copied to clipboard