//
pkg.gl
Category
github.com/pubgo/funk
syncutil
package
0.5.49
Repository:
https://github.com/pubgo/funk.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
133 SLOC
#
Functions
NewPool
NewPool creates a new Pool.
NewUnbounded
NewUnbounded returns a new instance of Unbounded.
#
Constants
Name
No description provided by the author
#
Structs
Pool
Pool is a pool of goroutines used to execute tasks concurrently.
SpinLock
No description provided by the author
Unbounded
Unbounded is an implementation of an unbounded buffer which does not use extra goroutines.
WaitGroup
No description provided by the author