8000 GitHub - AbhiAgarwal/go-worker-queues: Simple worker queues in Golang (following a tutorial)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
0