An open API service indexing awesome lists of open source software.

https://github.com/arriqaaq/workerqueue


https://github.com/arriqaaq/workerqueue

concurrent-programming concurrent-queues golang worker-pool

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

#Worker Queue

Implementation of a simple worker queue module, as explained in the blog by marcio, with added functionality to handle jobs safely before exiting the worker
http://marcio.io/2015/07/handling-1-million-requests-per-minute-with-golang/