COROUTINE: Basic coroutine.
More...
#include <coroutine.h>
template<coro_allocator Alloc = std_allocator>
class coro::basic_coroutine< Alloc >
COROUTINE: Basic coroutine.
- See also
- coroutine
- Template Parameters
-
co_await...;
}
COROUTINE: Basic coroutine.
co_await...;
}
Handles allocation of single coroutine, if it is repeatedly allocated and deallocated.
Definition at line 28 of file coroutine.h.
The documentation for this class was generated from the following file: