An open API service indexing awesome lists of open source software.

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

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