What is a good in depth resource on the design / impl of async runtimes ?
The focus here is NOT how to use async io, but rather how async runtimes are implemented. (They seem too magical right now).
Thanks!
What is a good in depth resource on the design / impl of async runtimes ?
The focus here is NOT how to use async io, but rather how async runtimes are implemented. (They seem too magical right now).
Thanks!
There's a very small runtime impl on this page:
You might also be interested in this introduction, which explains and implements a lean async runtime:
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.