Library process

This is exported from the core library, which means you don't need to import it.

Interfaces

Functions

spawn lambda/Lambda --priority/int=null -> Process
Spawns a new process that starts executing the given lambda.
The new process does not share any memory with the spawning process. If the lambda captures variables, those are copied to the new process.
May throw if the captured variables can't be serialized.