Hacker News new | ask | show | jobs
by 2StepsOutOfLine 2239 days ago
> Channels allow mutex free communication between goroutines without a pain.

Channels are not lock free: https://github.com/golang/go/issues/8899