Skip to content

Instantly share code, notes, and snippets.

@stevejgordon
Created October 7, 2020 12:01
Show Gist options
  • Select an option

  • Save stevejgordon/374d4430ec24b0617af8cdff149ed06e to your computer and use it in GitHub Desktop.

Select an option

Save stevejgordon/374d4430ec24b0617af8cdff149ed06e to your computer and use it in GitHub Desktop.
ChannelUtilities.FailOperations<AsyncOperation<T>, T>(parent._blockedReaders, ChannelUtilities.CreateInvalidCompletionException(error));
ChannelUtilities.WakeUpWaiters(ref parent._waitingReadersTail, result: false, error: error);
return true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment