package
4.2.2-rc3
Repository: https://github.com/splitio/go-toolkit.git
Documentation: pkg.go.dev

# Functions

NewWorkerAdmin instantiates a new WorkerAdmin and returns a pointer to it.

# Structs

WorkerAdmin struct handles multiple worker execution, popping jobs from a single queue.

# Interfaces

Worker interface should be implemented by concrete workers that will perform the actual job.