Skip to content

Instantly share code, notes, and snippets.

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