Created
May 7, 2020 11:54
-
-
Save BanksySan/9e87b600dde2f2a2852a35533d343e8b to your computer and use it in GitHub Desktop.
Blog: Writing a Concurrent .NET Stream (5)
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
bool WritingFinished { get; private set; } | |
public void CloseWrite() | |
{ | |
WritingFinished = true; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment