Configuration for a dedicated event dispatch task.
More...
#include <idfxx_event/include/idfxx/event.hpp>
Configuration for a dedicated event dispatch task.
Definition at line 356 of file event.hpp.
◆ core_affinity
| std::optional<core_id> idfxx::event_loop::task_config::core_affinity = std::nullopt |
Core affinity for the task.
- Note
- If nullopt, the task can run on any core.
Definition at line 367 of file event.hpp.
◆ name
| std::string_view idfxx::event_loop::task_config::name |
◆ priority
Priority for the task.
Definition at line 362 of file event.hpp.
◆ stack_size
| size_t idfxx::event_loop::task_config::stack_size = 2048 |
Stack size for the task.
Definition at line 360 of file event.hpp.
The documentation for this struct was generated from the following file: