Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created October 21, 2017 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/62eaee4989fafe72627052d85e851f4b to your computer and use it in GitHub Desktop.
Save NMZivkovic/62eaee4989fafe72627052d85e851f4b to your computer and use it in GitHub Desktop.
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