Skip to content

Sort Lock 0.2.0

Latest
Compare
Choose a tag to compare
@WhyAreAllTheseTaken WhyAreAllTheseTaken released this 18 Aug 13:19
· 1 commit to master since this release

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