Releases: JuliaActors/Guards.jl
Releases · JuliaActors/Guards.jl
v0.2.1
v0.2.0
Guards v0.2.0
- both synchronous and asynchronous
call
s to:guard
actors are supported, - works with
Actors
v.0.2
Closed issues:
- Register Guards v0.1.0 (#3)
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: