//
pkg.gl
Category
github.com/tr1v3r/pkg
thread
package
0.1.10
Repository:
https://github.com/tr1v3r/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
149 SLOC
#
Functions
NewTimeoutPool
NewTimeoutPool 初始化一个带有执行超时时间的协程池,指定worker数量以及任务队列长度.
NewTimeoutPoolWithDefaults
NewTimeoutPoolWithDefaults 初始化一个带有执行超时时间的协程池,协程数量:10;任务队列长度1000.
#
Structs
Job
Job ...
TimeoutPool
TimeoutPool ...