[go: up one dir, main page]

Module proc_stack

Source
Expand description

Stack abstraction for lightweight processes

This abstraction allows us to execute lifecycle callbacks when a process transites from one state to another.

If we want to make an analogy, stack abstraction is similar to actor lifecycle abstractions in frameworks like Akka, but tailored version for Rust environment.

Structsยง

ProcStack
Stack abstraction for lightweight processes