Skip to content

0.2.4

Compare
Choose a tag to compare
@polytypic polytypic released this 06 Apr 04:26
· 237 commits to main since this release

0.2.4

  • Introduce kcas_data companion package of composable lock-free data structures (@polytypic)
  • Add is_in_log operation to determine whether a location has been accessed by a transaction (@polytypic)
  • Add Loc.modify (@polytypic)
  • Add transactional swap operation to exchange contents of two locations (@polytypic)
  • Injectivity !'a Loc.t and variance +'a Tx.t annotations (@polytypic)