taskgroup | Go package for managing a group of collaborating goroutines
kandi X-RAY | taskgroup Summary
kandi X-RAY | taskgroup Summary
taskgroup is a Go library. taskgroup has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
A *taskgroup.Group represents a group of goroutines working on related tasks. New tasks can be added to the group at will, and the caller can wait until all tasks are complete. Errors are automatically collected and delivered to a user-provided callback in a single goroutine. This does not replace the full generality of Go's built-in features, but it simplifies some of the plumbing for common concurrent tasks. Here is a working example in the Go Playground.
A *taskgroup.Group represents a group of goroutines working on related tasks. New tasks can be added to the group at will, and the caller can wait until all tasks are complete. Errors are automatically collected and delivered to a user-provided callback in a single goroutine. This does not replace the full generality of Go's built-in features, but it simplifies some of the plumbing for common concurrent tasks. Here is a working example in the Go Playground.
Support
Quality
Security
License
Reuse
Support
taskgroup has a low active ecosystem.
It has 15 star(s) with 0 fork(s). There are no watchers for this library.
It had no major release in the last 6 months.
taskgroup has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of taskgroup is v0.6.0
Quality
taskgroup has no bugs reported.
Security
taskgroup has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
taskgroup is licensed under the BSD-3-Clause License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
taskgroup releases are not available. You will need to build from source code and install.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed taskgroup and discovered the below as its top functions. This is intended to give you an instant insight into taskgroup implemented functionality, and help decide if they suit your requirements.
- This is the main entry point for example .
- copyFile copies a file from source to target .
- copyLink copies a link to target .
- Limit creates a new group of tasks .
- New returns a new group
- adjustPath returns the absolute path
- Trigger takes a function and returns an ErrorFunc .
- Listen returns an ErrorFunc that wraps f as an ErrorFunc .
Get all kandi verified functions for this library.
taskgroup Key Features
No Key Features are available at this moment for taskgroup.
taskgroup Examples and Code Snippets
No Code Snippets are available at this moment for taskgroup.
Community Discussions
No Community Discussions are available at this moment for taskgroup.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install taskgroup
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page