pub unsafe extern "C" fn k_work_queue_run(
queue: *mut k_work_q,
cfg: *const k_work_queue_config,
)
Expand description
@brief Run work queue using calling thread
This will run the work queue forever unless stopped by @ref k_work_queue_stop.
@param queue the queue to run
@param cfg optional additional configuration parameters. Pass @c NULL if not required, to use the defaults documented in k_work_queue_config.