fabaccess-bffh/runtime/lightproc
2021-11-25 23:36:17 +01:00
..
examples Kick out asyncio into an external crate for later 2021-11-25 23:36:17 +01:00
src Kick out asyncio into an external crate for later 2021-11-25 23:36:17 +01:00
Cargo.toml LightProc fork working 2021-11-14 17:50:59 +01:00
README.md LightProc fork working 2021-11-14 17:50:59 +01:00

LightProc

Latest Release Crates.io
License Crates.io
Build Status Build Status
Downloads Crates.io
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.