Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@ibraheemdev ibraheemdev released this 17 Apr 18:29
· 8 commits to master since this release
  • Guards are now abstracted with a Guard trait.
  • Guard renamed to LocalGuard.
  • Added OwnedGuard, a guard that implements Send and Sync.
  • Moved unprotected guard to functionality to the UnprotectedGuard type.
  • Removed Collector::ptr_eq and added Guard::belongs_to.