mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-02-07 08:59:03 +01:00
LightProc
Latest Release |
|
License |
|
Build Status |
|
Downloads |
|
Discord |
|
LightProc is Lightweight Process abstraction for Rust.
Beneath the implementation:
- It uses futures with lifecycle callbacks to implement Erlang like processes.
- Contains basic pid(process id) to identify processes.
- All panics inside futures are propagated to upper layers.