Created
October 7, 2020 12:01
-
-
Save stevejgordon/374d4430ec24b0617af8cdff149ed06e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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