Hacker News new | ask | show | jobs
by bluetech 3073 days ago
A buffered channel can be implemented with two unbuffered channels + a goroutine + an array.