1 unstable release
0.1.0 | Nov 24, 2022 |
---|
#2112 in Asynchronous
120KB
2.5K
SLoC
actm
Tiny actors library for rust.
Supports both asynchronous (executor agnostic) and synchronous actors, and sync/async actors can be mixed within the same program.
This project is licensed under the terms of the The Zero Clause BSD License.
Contributing
See contributing.md
as well as our
project hub.
lib.rs
:
actm - A tiny actors framework
actm
provides a minimal, but quite usable, platform for implementing the actor
pattern.
Dependencies
~6–19MB
~231K SLoC