willsalz / go-fanout-timeout

an experiment in timing out concurrent fanout in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-fanout-timeout

an experiment in timing out concurrent fanout in go

Every 0.5s: go run main.go --num-workers=1000 --work-duration=49 --timeout=50 2>/dev/null

Timeout after 50.034049ms
Processed 992 jobs out of 1000

About

an experiment in timing out concurrent fanout in go

License:The Unlicense


Languages

Language:Go 100.0%