You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Simple worker queues in Golang (following a tutorial)