All Versions
2
Latest Version
Avg Release Cycle
0 days
Latest Release
1455 days ago

Changelog History

  • v1.0.1 Changes

    May 01, 2020
    • ๐Ÿ†• New interface TryLockWithContext for both read-write locks
    • ๐Ÿ’… Refactor coding style
  • v1.0.0 Changes

    May 01, 2020

    ๐Ÿ”’ An effcient read-write lock with the following built-in mechanism:

    • Spinlock
    • Trylock
    • No-starve read-write solution