esp_event_loop_args_t struct
Configuration for creating event loops
Fields
size of the event loop queue.
name of the event loop task; if NULL, a dedicated task is not created for event loop.
priority of the event loop task, ignored if task name is NULL.
stack size of the event loop task, ignored if task name is NULL.
core to which the event loop task is pinned to, ignored if task name is NULL.
Examples
esp_event_loop_args_t is referenced by 2 libraries and example projects: