bastion/src/lightproc
Marc-Antoine Perennou 44f433fcfa
chore: update dependencies (#288)
Fixes #281 #282 #283 #284 #285 #286

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2020-11-06 11:34:04 +01:00
..
examples switch from fqutex to async-mutex (#231) 2020-07-02 11:37:58 +02:00
src Autoscaling actor groups in runtime (#202) 2020-07-21 11:20:55 +02:00
tests Miri and clippy fixes. 2020-06-22 17:08:57 +02:00
Cargo.toml chore: update dependencies (#288) 2020-11-06 11:34:04 +01:00
README.md Reorg PR 2020-04-14 15:35:04 +02: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.