https://github.com/veqryn/go-sync
Extensions and wrappers for Golang's sync package, such as a CountingCond and CountingWaitGroup
https://github.com/veqryn/go-sync
Last synced: about 1 month ago
JSON representation
Extensions and wrappers for Golang's sync package, such as a CountingCond and CountingWaitGroup
- Host: GitHub
- URL: https://github.com/veqryn/go-sync
- Owner: veqryn
- License: mpl-2.0
- Created: 2022-10-31T06:36:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T08:13:27.000Z (over 2 years ago)
- Last Synced: 2025-05-08T22:55:08.231Z (about 1 month ago)
- Language: Go
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-sync
Extensions and wrappers for Golang's sync package, such as a CountingCond and CountingWaitGroup