https://github.com/gitbookio/syncgroup
Like golang's sync package but allows locking per groups of (string) keys (e.g: syncgroup.MutexGroup)
https://github.com/gitbookio/syncgroup
Last synced: over 1 year ago
JSON representation
Like golang's sync package but allows locking per groups of (string) keys (e.g: syncgroup.MutexGroup)
- Host: GitHub
- URL: https://github.com/gitbookio/syncgroup
- Owner: GitbookIO
- Created: 2016-09-13T10:20:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T21:16:42.000Z (almost 6 years ago)
- Last Synced: 2025-04-04T05:11:09.383Z (over 1 year ago)
- Language: Go
- Size: 27.3 KB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# syncgroup
Like golang's sync package but allows locking per groups of (string) keys (e.g: syncgroup.MutexGroup)