Thread
Stories related to "Go Concurrency Patterns: Pipelines and cancellation" across the full archive.
Just a small library I wrote inspired by some concurrency patterns I found myself using often in Go, as well as some articles I read on lobste.rs
Speeding Up Our Build Pipelines (or "why we created an open source build server in Go")
(engineering.skroutz.gr)
I've been working on this program for the past few months. It's still rough around the edges but I use it to view the pipelines of my own projects and it works great. I think it's just mature enough for others to test and I'd be interested on your thoughts about it. Is this something you'd use? Are ...