10#include <memory_resource>
25template <
typename T =
void>
Coroutine type used to define a coroutine function.
Coroutine task that runs concurrently in the runtime.
Polymorphic memory resource (PMR) related types and utilities.
condy::Coro< T, std::pmr::polymorphic_allocator< std::byte > > Coro
Coroutine type using polymorphic allocator.
condy::Task< T, std::pmr::polymorphic_allocator< std::byte > > Task
Task type using polymorphic allocator.
The main namespace for the Condy library.
Interfaces for coroutine task management.