#include <coroutine.h>
◆ entry
template<auto Entry, typename... Options>
A task definition is a compile-time declaration of how many identical coroutine instances exist and how much frame storage each may consume.
◆ frame_bytes
template<auto Entry, typename... Options>
Initial value:=
consteval std::size_t selected_frame_bytes()
Definition: coroutine.h:1100
◆ instances
template<auto Entry, typename... Options>
Initial value:=
consteval std::size_t selected_instances()
Definition: coroutine.h:1080
◆ priority
template<auto Entry, typename... Options>
Initial value:=
consteval std::uint8_t selected_priority()
Definition: coroutine.h:1120
The documentation for this struct was generated from the following file: