5 ms·
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-
by v3lmx 1y 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-part-3-channels/ https://blogtitle.github.io/go-advanced-concurrency-patterns... (scroll down to Condition)