wwa-coro 0.0.1
Yet Another C++20 Coroutine Library
|
▼Cstd::exception | STL class |
▼Cstd::logic_error | STL class |
Cwwa::coro::bad_result_access | Exception thrown when accessing a result that is not available |
Cwwa::coro::bad_task | Exception thrown when a coroutine task is invalid |
▼Cstd::ranges::view_interface | |
Cwwa::coro::generator< Result > | An synchronous generator that produces values of type Result |
Cwwa::coro::sync_generator_adapter< Result > | Adapter for converting asynchronous generators to synchronous generators |
Cwwa::coro::async_generator< Result > | An asynchronous generator that produces values of type Result |
Cwwa::coro::async_generator< Result >::iterator | An input iterator that asynchronously produces values of type Result |
Cwwa::coro::async_generator< Result >::promise_type | The promise type of the generator |
Cwwa::coro::eager_task | Eager coroutine |
Cwwa::coro::eager_task::promise_type | The promise type for the eager_task coroutine |
Cwwa::coro::generator< Result >::iterator | An input iterator that produces values of type Result |
Cwwa::coro::generator< Result >::promise_type | The promise type of the generator |
Cwwa::coro::sync_generator_adapter< Result >::iterator | Iterator for the synchronous generator adapter |
Cwwa::coro::task< Result > | A coroutine task |