package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Aug 25, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Go(p Pool, f func())
Go run on the goroutine pool,if pool is nil run on goroutine, never failed
type Pool interface {
Go(f func())
Tune(size int)
Running() int
Free() int
Cap() int
}
Pool 协程池接口
Source Files
¶
Click to show internal directories.
Click to hide internal directories.