v0.1.0
Guards v0.1.0
- first registration,
- Let actors guard your mutable variables!
With Guards
you can wrap mutable variables into a :guard
actor. That way they can be safely accessed from parallel threads and distributed worker processes via message passing.
Merged pull requests: