All Versions
5
Latest Version
Avg Release Cycle
195 days
Latest Release
1459 days ago

Changelog History

  • v1.1.2 Changes

    June 18, 2022
    • maintain the go version in CI
    • ๐Ÿ‘Œ support pre-commit hook
  • v1.1.1 Changes

    July 24, 2021

    ๐Ÿ›  Fix: typo in the example

  • v1.1.0 Changes

    July 24, 2021
    • โž• Add the interface consisting with sync.Mutex and sync.RWMutex .
    • ๐Ÿ’… Refactor the coding style aligning the convention in Go.
    • โž• Add examples.
  • 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