# 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.