All Versions
2
Latest Version
Avg Release Cycle
0 days
Latest Release
1679 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