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

Previous changes from v1.3.0

    • ๐ŸŽ Performance Enhancement: Use broadcast channel for readers
    • ๐Ÿ‘‰ Use TryLocker as public interface