package
0.0.1
Repository: https://github.com/dave/scrapy.git
Documentation: pkg.go.dev

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