© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Tiger Abrodi
Obsessed with crafting software.
The done Channel Pattern func doWork(done <-chan interface{}) <-chan interface{} { terminated := make(chan interface{}) go func() { defer close(terminated) for { select { case s := <-strings: ...
No responses yet.