package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Packages

Package exponentialbackoff contains logic for implementing exponential backoff for GoRoutineMap and NestedPendingOperations.

# Functions

IsAlreadyExists returns true if an error returned from GoRoutineMap indicates a new operation can not be started because an operation with the same operation name is already executing.
NewAlreadyExistsError returns a new instance of AlreadyExists error.
NewGoRoutineMap returns a new instance of GoRoutineMap.

# Interfaces

GoRoutineMap defines a type that can run named goroutines and track their state.