Categorygithub.com/esote/queue
repositorypackage
1.1.0
Repository: https://github.com/esote/queue.git
Documentation: pkg.go.dev

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