fabaccess-bffh/runtime/lightproc
2022-06-21 16:21:13 +02:00
..
examples Run rustfmt 2022-05-05 15:50:44 +02:00
src Use ManuallyDrop instead of mem::forget where appropiate 2022-06-21 16:21:13 +02: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.