Created
April 29, 2019 10:15
-
-
Save mizrael/184fdd1594529ab1f803893f506c39c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var task1 = DoSomethingAsync(); | |
var task2 = DoSomethingElseAsync(); | |
await Task.WhenAll(task1, task2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment