A cancellation source creates and controls a {@link CancellationToken cancellation token}.
new()
token:CancellationToken
The cancellation token of this source.
cancel():Void
Signal cancellation on the token.
dispose():Void
Dispose object and free resources.