fabaccess-bffh/runtime/lightproc
Kai Kriegel 0380e02f3f reworked CI 2023-01-02 03:59:09 +00:00
..
examples reworked CI 2023-01-02 03:59:09 +00:00
src reworked CI 2023-01-02 03:59:09 +00:00
Cargo.toml tracing more data 2022-06-22 14:43:14 +02:00
README.md LightProc fork working 2021-11-14 17:50:59 +01:00

README.md

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.