Getting the Lazy Task Done

The C++26 specification includes the sender/receiver framework for dealing with asynchronous operations. It defines a vocabulary, as well as various algorithms and utilities using this vocabulary. The current specification doesn’t include a matching coroutine task class template, though it is expected that most users would use coroutines to actually use the facilities. This presentation discusses … Continue reading Getting the Lazy Task Done