Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 15:30
· 6 commits to master since this release

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])