package
0.5.0
Repository: https://github.com/go-gremlins/gremlins.git
Documentation: pkg.go.dev

# Functions

Initialize creates a new Pool with a name and the number of parallel workers it will use.
NewWorker instantiates a new worker with an ID and name.

# Structs

Pool manages and limits the number of concurrent Worker.
Worker takes an executor and starts the actual executor.

# Interfaces

Executor is the unit of work that executes a task.