package
Version:
v0.0.0-...-3f48b55
Opens a new window with list of versions in this module.
Published: May 11, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Pool 提供一个goroutine池,这个池可以完成任何已提交的Worker任务
func (p *Pool) Shutdown()
Shutdown 等待所有goroutine停止工作
type Worker interface {
Task()
}
Worker 必须满足接口类型
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.