Expand description
Provides a thread-based task VM task driver backend
ThreadDriverBackend.
Structs§
- Current
Thread Driver - A driver that dispatches to the current thread’s registered executor.
- Thread
Driver - A driver targeting a fixed executor thread.
- Thread
Driver Backend - A backend for
VmTaskDriverSourcebased on individual threads.