|
wwa-coro 0.0.1
Yet Another C++20 Coroutine Library
|
| Nwwa | |
| Ncoro | Library namespace |
| Casync_generator | An asynchronous generator that produces values of type Result |
| Citerator | An input iterator that asynchronously produces values of type Result |
| Cpromise_type | The promise type of the generator |
| Cbad_result_access | Exception thrown when accessing a result that is not available |
| Cbad_task | Exception thrown when a coroutine task is invalid |
| Ceager_task | Eager coroutine |
| Cpromise_type | The promise type for the eager_task coroutine |
| Cgenerator | An synchronous generator that produces values of type Result |
| Citerator | An input iterator that produces values of type Result |
| Cpromise_type | The promise type of the generator |
| Ctask | A coroutine task |