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ยง
- Proc
Stack - Stack abstraction for lightweight processes