8 releases
0.3.6-alpha.0 | Jan 7, 2022 |
---|---|
0.3.5 | Jul 21, 2020 |
0.3.5-alpha.0 | Mar 21, 2020 |
0.3.4 | Jan 29, 2020 |
0.0.0 | Oct 10, 2019 |
#760 in Concurrency
190 downloads per month
Used in 11 crates
(5 directly)
70KB
1K
SLoC
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.
Dependencies
~115KB