Skip to content

Simple worker queues in Golang (following a tutorial)

Notifications You must be signed in to change notification settings

AbhiAgarwal/go-worker-queues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple worker queues in Golang (following a tutorial)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published