All Versions
5
Latest Version
Avg Release Cycle
195 days
Latest Release
1459 days ago
Changelog History
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.Mutexandsync.RWMutex. - ๐ Refactor the coding style aligning the convention in Go.
- โ Add examples.
- โ Add the interface consisting with
-
v1.0.1 Changes
May 01, 2020- ๐ New interface
TryLockWithContextfor both read-write locks - ๐ Refactor coding style
- ๐ New interface
-
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