Skip to content

Releases: WhyAreAllTheseTaken/sortlock

Sort Lock 0.2.0

18 Aug 13:19

Choose a tag to compare

Features

  • Added support for no-std targets by adding an std feature which is enabled by default. Without this, spin will be used for locking.
  • Added support for targets that lack support for certain atomic operations by using portable atomics.

Full Changelog: v0.1.0...v0.2.0

Sort Lock 0.1.0

09 Jul 14:34

Choose a tag to compare

Changes

  • Increases the maximum number of locks in a group to 10.

Full Changelog: v0.0.0...v0.1.0

Sort Lock 0.0.0

09 Jul 14:33

Choose a tag to compare

The initial release of SortLock.

Full Changelog: https://github.com/WhyAreAllTheseTaken/sortlock/commits/v0.0.0