Expand description

As the name suggests, a “function” process can be spawned just from a function. Opposite of a AbstractProcess that requires a struct.

Structs

  • Processes are isolated units of compute.

Traits

  • Decides what can be turned into a process.
  • A marker trait expressing that a process can be spawned from this type without linking.