//
pkg.gl
Category
github.com/kubeservice-stack/common
pkg
workpool
package
1.7.0
Repository:
https://github.com/kubeservice-stack/common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
212 SLOC
#
Functions
NewDefaultPool
No description provided by the author
NewWorker
No description provided by the author
NewWorkerPool
No description provided by the author
#
Interfaces
Pool
开辟一个协程池:当有任务提交时,提交到协程池中运行;如果协程池都在工作,任务挂起.
#
Type aliases
Task
TODO Task 应该有输入和输出.