All Versions
6
Latest Version
Avg Release Cycle
118 days
Latest Release
1916 days ago
Changelog History
Changelog History
-
v2.0.0 Changes
December 26, 2019- โ Add go.mod
github.com/subchen/go-trylock/v2
- ๐ Use
context.Context
to control TryLock cancelation
- โ Add go.mod
-
v1.3.0 Changes
May 29, 2018- ๐ Performance Enhancement: Use broadcast channel for readers
- ๐ Use
TryLocker
as public interface
-
v1.2.0 Changes
May 17, 2018- โก๏ธ [Update] confirm
MutexLock
implementssync.Locker
- โก๏ธ [Update] Using
RTryLock()
instead ofTryRLock()
- โก๏ธ [Update] confirm
-
v1.1.1 Changes
May 17, 2018- โก๏ธ [Update] Using progressive sleep interval for TryRLock
-
v1.1.0 Changes
May 16, 2018- โก๏ธ [optimize] write lock waiting using channel
-
v1.0.0 Changes
May 16, 2018๐ Initial version