Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created April 30, 2022 12:40
public async Task DoSomethingAsync(CancellationToken cancellationToken)
{
cancellationToken.ThrowIfCancellationRequested();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment