https://github.com/pkg/group
Group provides a way to manage the lifecycle of a group of goroutines.
https://github.com/pkg/group
Last synced: about 2 months ago
JSON representation
Group provides a way to manage the lifecycle of a group of goroutines.
- Host: GitHub
- URL: https://github.com/pkg/group
- Owner: pkg
- License: mit
- Created: 2023-04-06T01:25:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T03:29:33.000Z (4 months ago)
- Last Synced: 2025-03-26T13:44:39.833Z (2 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Group
A group provides a way manage the lifetime of a group of related goroutines.