# Packages
No description provided by the author
# README
Package queue implements a few types of queues. Notably an asynchronous queue for non-blocking data processing and a SQLite3 queue.
Package httpq is a specialization of queue.AsyncQueue for HTTP requests.