Module rt
Source - Core
- A kernel runtime for a single core.
- JoinHandle
- An owned permission to join a task (await its termination).
- DUMP_RT
- MAX_CORES
- 512 CPU cores ought to be enough for anybody…
- init
- Initialize the kernel runtime.
- spawn
- Spawn a task on Mycelium’s global runtime.