Resources about resumable code

Posted by @TheAngryByrd on the Discord channel:

First you must learn a bit about computation expressions:

Then you probably need to learn a bit about the C# async state machine generation:

Then you can read the RFC and community discussions around it:

See some code implementing it:

2 Likes