https://github.com/andreynering/goext
Small extensions to the Go standard library
https://github.com/andreynering/goext
go golang sync throttle waitgroup
Last synced: 10 months ago
JSON representation
Small extensions to the Go standard library
- Host: GitHub
- URL: https://github.com/andreynering/goext
- Owner: andreynering
- License: mit
- Created: 2017-08-13T19:28:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T20:59:51.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T07:09:28.309Z (over 1 year ago)
- Topics: go, golang, sync, throttle, waitgroup
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goext
Small extensions to the Go standard library
- [syncext/throttle](https://github.com/andreynering/goext/tree/master/syncext/throttle)
- [syncext/throttlegroup](https://github.com/andreynering/goext/tree/master/syncext/throttlegroup)