# Packages
Package concurrentqueuer defines a queuer.Interface that runs several workers concurrently on a queue.
# Variables
ErrDuplicate is returned by Push when the URL has been pushed before.
ErrFull is returned by Push when the queue is full.
# Interfaces
Interface is used to queue and execute an action on items.