tin  1.5.9
tsm::dynamic_task_slots< Count, FrameBytes > Struct Template Reference

#include <coroutine.h>

Collaboration diagram for tsm::dynamic_task_slots< Count, FrameBytes >:
Collaboration graph

Static Public Attributes

static constexpr std::size_t count = Count
 
static constexpr std::size_t frame_bytes = FrameBytes::value
 

Member Data Documentation

◆ count

template<std::size_t Count, typename FrameBytes >
constexpr std::size_t tsm::dynamic_task_slots< Count, FrameBytes >::count = Count
staticconstexpr

Runtime-spawnable slots use the same fixed arena accounting as declared tasks, but their entry function and arguments are supplied later.

◆ frame_bytes

template<std::size_t Count, typename FrameBytes >
constexpr std::size_t tsm::dynamic_task_slots< Count, FrameBytes >::frame_bytes = FrameBytes::value
staticconstexpr

The documentation for this struct was generated from the following file: