Hacker News new | ask | show | jobs
by crimsonalucard 2668 days ago
This golang pattern is the worst. Why not just built in thread resolution when the parent cancels?

The context pattern exists because go routines don't have parent child relationships.