Y
Hacker News
new
|
ask
|
show
|
jobs
by
v3lmx
353 days ago
you can indeed use channels to implement sync.Cond functionnality, I came across this article a while ago :
https://blogtitle.github.io/go-advanced-concurrency-patterns...
(scroll down to Condition)