Skip to content

Instantly share code, notes, and snippets.

@BanksySan
Created May 7, 2020 11:54
Show Gist options
  • Save BanksySan/9e87b600dde2f2a2852a35533d343e8b to your computer and use it in GitHub Desktop.
Save BanksySan/9e87b600dde2f2a2852a35533d343e8b to your computer and use it in GitHub Desktop.
Blog: Writing a Concurrent .NET Stream (5)
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