wwa-coro 0.0.1
Yet Another C++20 Coroutine Library
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nwwa
 NcoroLibrary namespace
 Casync_generatorAn asynchronous generator that produces values of type Result
 CiteratorAn input iterator that asynchronously produces values of type Result
 Cpromise_typeThe promise type of the generator
 Cbad_result_accessException thrown when accessing a result that is not available
 Cbad_taskException thrown when a coroutine task is invalid
 Ceager_taskEager coroutine
 Cpromise_typeThe promise type for the eager_task coroutine
 CgeneratorAn synchronous generator that produces values of type Result
 CiteratorAn input iterator that produces values of type Result
 Cpromise_typeThe promise type of the generator
 Csync_generator_adapterAdapter for converting asynchronous generators to synchronous generators
 CiteratorIterator for the synchronous generator adapter
 CtaskA coroutine task