Description
Asynchronous C++ code can use coroutine abstractions from a development snapshot of cppcoro. It is useful for developers experimenting with coroutine-based tasks, generators, and async control flow.
Coroutine libraries affect lifetime, cancellation, and error behavior. Test edge cases carefully before using development snapshots in production software.