+This project isn't intended as a coroutine support library. If you're looking for a fully-fledged coroutine library, consider using [cppcoro](https://github.com/lewissbaker/cppcoro), [libcoro](https://github.com/jbaldwin/libcoro) or [concurrencpp](https://github.com/David-Haim/concurrencpp). For composing asynchronous operations across libraries, consider using either [std::execution](https://en.cppreference.com/w/cpp/experimental/execution.html) (senders/receivers, with reference implementation [Nvidia/stdexec](https://github.com/NVIDIA/stdexec) or [bemanproject/execution](https://github.com/bemanproject/execution)) or IoAwaitables protocol ([p4003](https://www.open-std.org/JTC1/SC22/WG21/docs/papers/2026/p4003r0.pdf), with reference implementation [Boost.Capy](https://github.com/cppalliance/capy/)).
0 commit comments