Module rt

Source

Structs§

Core
A kernel runtime for a single core.
JoinHandle
An owned permission to join a task (await its termination).

Constants§

DUMP_RT
MAX_CORES
512 CPU cores ought to be enough for anybody…

Functions§

init
Initialize the kernel runtime.
spawn
Spawn a task on Mycelium’s global runtime.