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