https://github.com/daheige/workpool
do task in work pool
https://github.com/daheige/workpool
go pool task work workpool
Last synced: 6 months ago
JSON representation
do task in work pool
- Host: GitHub
- URL: https://github.com/daheige/workpool
- Owner: daheige
- License: mit
- Created: 2020-05-21T15:55:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T04:57:29.000Z (almost 6 years ago)
- Last Synced: 2024-04-17T00:05:33.923Z (about 2 years ago)
- Topics: go, pool, task, work, workpool
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# workpool
1.do some task in work pool.
2.Workpool handles large-scale asynchronous tasks or as a one-step task queue
by specifying the number of workers and limiting the number of task entries.
3.Supports smooth exit of tasks.
# How to use
please see pool_test.go