Skip to content

Releases: JuliaActors/Guards.jl

v0.2.1

29 Apr 17:45
Compare
Choose a tag to compare

Guards v0.2.1

Diff since v0.2.0

  • Reexport compat 1.0

Closed issues:

  • Register Guards v0.2 (#5)

Merged pull requests:

  • CompatHelper: bump compat for "Reexport" to "1.0" (#6) (@github-actions[bot])

v0.2.0

18 Dec 08:39
Compare
Choose a tag to compare

Guards v0.2.0

Diff since v0.1.0

  • both synchronous and asynchronous calls to :guard actors are supported,
  • works with Actors v.0.2

Closed issues:

  • Register Guards v0.1.0 (#3)

v0.1.0

08 Dec 15:30
Compare
Choose a tag to compare

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:

  • CompatHelper: add new compat entry for "Actors" at version "0.1" (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Reexport" at version "0.2" (#2) (@github-actions[bot])