-
Notifications
You must be signed in to change notification settings - Fork 0
A few types of queues.
License
esote/queue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
About
A few types of queues.