Asynchronous Stacks and Scopes
In Structured Concurrency, I talk about what structured concurrency is and why it’s a big deal for C++ especially. In this post I discuss some more interesting properties of asynchronous code that is structured: async stacks and async scopes. Structured Continue reading Asynchronous Stacks and Scopes