A revolution?
Asynchronous Stacks and Scopes
by Eric Niebler
From the article:
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...
Add a Comment
Comments are closed.