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
// Source: [dotnet: Writing async/await from scratch in C# with Stephen Toub](https://youtu.be/R-z2Hv-7nxk?si=R9JPhjGLiv2InXkl) | |
using System.Collections.Concurrent; | |
using System.Runtime.CompilerServices; | |
using System.Runtime.ExceptionServices; | |
//PrintAsync().Wait(); | |
//static async Task PrintAsync() | |
//{ | |
// for (int i = 0; ; i++) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.