# Functions
New creates a new queue with a Storage specified in argument A standard InMemoryQueueStorage is used if Storage argument is nil.
# Structs
InMemoryQueueStorage is the default implementation of the Storage interface.
Queue is a request queue which uses a Collector to consume requests in multiple threads.
# Interfaces
Storage is the interface of the queue's storage backend Storage must be concurrently safe for multiple goroutines.