Skip to main content

Module spawn

Module spawn 

Source
Expand description

Spawn new processes

Authors: MarioS271

Enums§

SpawnError
Indicates an error when attempting to spawn a new process

Functions§

spawn_from_elf⚠
Spawn a new process, returning its PID

Type Aliases§

SpawnResult
Wrapper type for Result<T, SpawnError>