Skip to content

Instantly share code, notes, and snippets.

@NikolaZivkovicPackt
Created May 27, 2018 15:44
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 NikolaZivkovicPackt/7a9d512737c0d1c03457e2e6ee700048 to your computer and use it in GitHub Desktop.
Save NikolaZivkovicPackt/7a9d512737c0d1c03457e2e6ee700048 to your computer and use it in GitHub Desktop.
var tasks = new List<int>() { 1, 2, 3 }.Select(WaitThreeSeconds);
await Task.WhenAll(tasks);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment