The solution looks like this:
for {
select {
case <-ctx.Done():
// cancelation work
return
default:
run()
time.Sleep(...) // remove WithContext
}
}
=> More informations about this toot | View the thread | More toots from jriou@hachyderm.io
text/gemini
This content has been proxied by September (3851b).