Module workqueue

Module workqueue 

Source
Expand description

Work queue and deferred work items for oveRTOS.

A Workqueue runs a dedicated thread that processes Work items in order. Work items can be submitted immediately or after a delay, and can be cancelled before they execute.

Structsยง

Work
A work item that can be submitted to a Workqueue.
Workqueue
A workqueue that executes deferred work items on a dedicated thread.