go-lock v1.0.0 Release Notes

Release Date: 2020-05-01 // almost 4 years ago
  • 🔒 An effcient read-write lock with the following built-in mechanism:

    • Spinlock
    • Trylock
    • No-starve read-write solution