Module task_dispatcher
Structs§
- Task
Dispatcher - You can use
TaskDispatcherto 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 theTaskDispatcher. The UI thread will execute these tasks during its main loop.