Table of Contents
- An Introduction to Asynchronous Programming
- Epoll, Kqueue and IOCP
- Epoll example
- Different strategies for modelling asynchronous program flow
- Stackfull Coroutines/Green Threads/Fibers [Example]
- Callbacks and promises [Example]
- Futures in Rust
- Coroutines and async/await
- Runtimes, Wakers, and the Reactor-Executor Pattern
- Coroutines, Self-Referential Structs, and Pinning
- Creating Your Own Runtime

