wwa-coro 0.0.1
Yet Another C++20 Coroutine Library
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cstd::exceptionSTL class
 Cstd::logic_errorSTL class
 Cwwa::coro::bad_result_accessException thrown when accessing a result that is not available
 Cwwa::coro::bad_taskException 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 >::iteratorAn input iterator that asynchronously produces values of type Result
 Cwwa::coro::async_generator< Result >::promise_typeThe promise type of the generator
 Cwwa::coro::eager_taskEager coroutine
 Cwwa::coro::eager_task::promise_typeThe promise type for the eager_task coroutine
 Cwwa::coro::generator< Result >::iteratorAn input iterator that produces values of type Result
 Cwwa::coro::generator< Result >::promise_typeThe promise type of the generator
 Cwwa::coro::sync_generator_adapter< Result >::iteratorIterator for the synchronous generator adapter
 Cwwa::coro::task< Result >A coroutine task