go-trylock v2.0.0 Release Notes
Release Date: 2019-12-26 // over 4 years ago-
- โ Add go.mod
github.com/subchen/go-trylock/v2
- ๐ Use
context.Context
to control TryLock cancelation
- โ Add go.mod
Previous changes from v1.3.0
-
- ๐ Performance Enhancement: Use broadcast channel for readers
- ๐ Use
TryLocker
as public interface