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