Module task_dispatcher

Structs§

TaskDispatcher
You can use TaskDispatcher to schedule execution of callbacks to the UI thread. You can access Kanzi UI objects only on the thread that you create them on. You can wrap code that accesses UI objects with tasks and submit them from any thread to the TaskDispatcher. The UI thread will execute these tasks during its main loop.

Traits§

Task

Functions§

TaskDispatcher_Task_executor