Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created October 21, 2017 10:32
Embed
What would you like to do?
IAsyncEnumerable<Data> someData =
searchEngine.Get(query);
foreach await (var data in someData) { // ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment