[][src]Module lightproc::proc_stack

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