go-trylock v2.0.0 Release Notes
Release Date: 2019-12-26 // over 2 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