Hacker News new | ask | show | jobs
by yxhuvud 190 days ago
The point of structured concurrency is that if you need to do that in code, then there is a need of a predefined structured way to do that. Safely, without running with scissors like how channel usage tend to be.
2 comments

It would be good to see an example of what that looks like.
But how does one actually do that? What does the architecture and code look like?