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… | Continue reading


@ericniebler.com | 2 years ago

Structured Concurrency

TL;DR: “Structured concurrency” refers to a way to structure async computations so that child operations are guaranteed to complete before their parents, just the way a function is guaranteed… | Continue reading


@ericniebler.com | 3 years ago

Standard Ranges

Continue reading


@ericniebler.com | 5 years ago