Skip to content

Instantly share code, notes, and snippets.

@robzhu
Created January 21, 2019 14:52
Show Gist options
  • Save robzhu/6ad96ac4987fb0f5994e02640ed463ff to your computer and use it in GitHub Desktop.
Save robzhu/6ad96ac4987fb0f5994e02640ed463ff to your computer and use it in GitHub Desktop.
async stream
await foreach (string message in GetChatMessagesAsync()) {
Render(message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment