Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 338 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 338 Bytes

go-worker-queues

Simple worker queues in Golang (following this tutorial).

Starting it just run make then to run with X workers do ./queued -n X. To run tests just run sh test.sh then you should start seeing the incoming tasks, and the execution of the tasks.