package
0.0.1-alpha
Repository: https://github.com/twitter/scoot.git
Documentation: pkg.go.dev

# Functions

NewAbstractAllocator returns a new *AbstractAllocator initialized with a set capacity.

# Structs

AbstractAllocator controls access to an abstract pool of resources of a specified capacity.
AbstractResource represents some amount of resources granted by an AbstractAllocator and held by a client.