mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-10 17:43:23 +01:00
.. | ||
examples | ||
src | ||
Cargo.toml | ||
README.md |
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.