package
Version:
v1.8.0
Opens a new window with list of versions in this module.
Published: Dec 26, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewWorker(pool *workerPool) *worker
type Pool interface {
Submit(task Task)
SubmitAndWait(task Task)
Stopped() bool
Stop()
}
开辟一个协程池:当有任务提交时,提交到协程池中运行;如果协程池都在工作,任务挂起
Source Files
¶
Click to show internal directories.
Click to hide internal directories.