After 6 years, last night I resumed writing about concurrency.

Here is how to implement a chan with unlimited buffer in Go:

https://blogtitle.github.io/go-advanced-concurrency-patterns-part-4-unlimited-buffer-channels/

Comments