package
0.3.1
Repository: https://github.com/taylorchu/work.git
Documentation: pkg.go.dev

# Functions

Dequeuer limits running job count from a queue.
LocalDequeuer limits running job count from the same process.

# Structs

DequeuerOptions defines how many jobs in the same queue can be running at the same time.
LocalDequeuerOptions defines how many jobs on the same process can be running at the same time.