Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoPool ¶
type GoPool struct {
// contains filtered or unexported fields
}
func NewPoolWithFuncLimit ¶
func (*GoPool) Close ¶
func (g *GoPool) Close()
Close when Close ,the pool will enable goroutine, and the func in the pool will be started with goroutine
func (*GoPool) NumUnExecu ¶
NumUnExecu the number of functions not executed
Click to show internal directories.
Click to hide internal directories.