Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionPool ¶
type ExecutionPool struct {
// contains filtered or unexported fields
}
func NewPool ¶
func NewPool(limit int) *ExecutionPool
func (*ExecutionPool) AwaitAll ¶
func (p *ExecutionPool) AwaitAll() int
func (*ExecutionPool) Execute ¶
func (p *ExecutionPool) Execute(fn func())
Click to show internal directories.
Click to hide internal directories.