wwa-coro 0.0.1
Yet Another C++20 Coroutine Library
src Directory Reference

Files

 async_generator.h
 Asynchronous generator.
 
 detail.h
 Internal utility functions for coroutine handling.
 
 eager_task.h
 Eager coroutine.
 
 exceptions.h
 Custom exception classes for coroutine handling.
 
 generator.h
 Synchronous generator.
 
 sync_generator_adapter.h
 Adapter for converting asynchronous generators to synchronous generators.
 
 task.h
 Coroutine-based task.