Skip to content

Instantly share code, notes, and snippets.

@stevejgordon
Created October 14, 2020 08:31
Show Gist options
  • Save stevejgordon/a60e04ac193ba6217c26f076349558d8 to your computer and use it in GitHub Desktop.
Save stevejgordon/a60e04ac193ba6217c26f076349558d8 to your computer and use it in GitHub Desktop.
var reader = new AsyncOperation<T>(parent._runContinuationsAsynchronously, cancellationToken);
parent._blockedReaders.EnqueueTail(reader);
return reader.ValueTaskOfT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment