package
0.0.0-20191225102034-6cb77ccb57e0
Repository: https://github.com/mee6aas/zeep.git
Documentation: pkg.go.dev

# Functions

Add adds a worker into the collection with specified username and activity name as the key.
Destroy removes all workers in the collection.
Take withdraws the worker associated with the specified username and activity name from the collection.
TryAdd attempts to add a worker into the collection with specified username and activity name as the key.
TryTake attempts to withdraw a worker from the collection with the specified username and activity name.