Skip to content

v0.1.2

Compare
Choose a tag to compare
@bertptrs bertptrs released this 27 May 19:09
· 79 commits to master since this release

Added

  • Added missing type aliases for the guards returned by DebugMutex and DebugRwLock. These new
    type aliases function the same as the ones they belong to, resolving to either the tracing
    versions when debug assertions are enabled or the standard one when they're not.

Fixed

  • Fixed a corruption error where deallocating a previously cyclic mutex could result in a panic.