//
pkg.gl
Category
github.com/axiomhq/pkg
workgate
package
0.6.0
Repository:
https://github.com/axiomhq/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
130 SLOC
#
Functions
New
New creates a new WorkGate.
#
Variables
ErrGateClosed
ErrGateClosed is returned from WorkGate.{Try,}Do() if the gate has been closed.
ErrGateFull
ErrGateFull is returned from WorkGate.TryDo if the gate is full.
#
Structs
WorkGate
WorkGate can ensure a maximum of N concurrent tasks are ever ongoing.