Skip to main content

Module thread

Module thread 

Source
Expand description

Provides a thread-based task VM task driver backend ThreadDriverBackend.

Structs§

CurrentThreadDriver
A driver that dispatches to the current thread’s registered executor.
ThreadDriver
A driver targeting a fixed executor thread.
ThreadDriverBackend
A backend for VmTaskDriverSource based on individual threads.