Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDropped = errors.New("process was dropped")
View Source
var ErrFinished = errors.New("process was finished")
View Source
var ErrLimited = errors.New("limited process try to get new")
View Source
var ErrNotInCharge = errors.New("try to change while not in charge")
Functions ¶
This section is empty.
Types ¶
type GetPutDeleter ¶
type Juggler ¶
type Juggler struct {
// contains filtered or unexported fields
}
func New ¶
func New(resources GetPutDeleter) *Juggler
Click to show internal directories.
Click to hide internal directories.