Crate rtbase

Source

Functions§

run
Execute tasks from the thread-local queue until all tasks are completed. The callback on_idle is called when all tasks are blocked.
spawn
Put a task into the thread-local queue.