Guards
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.
Overview
Authors(s)
- Paul Bayer
Guards is part of JuliaActors, license: MIT