Hacker News new | ask | show | jobs
Notes on structured concurrency, or: Go statement considered harmful (2018) (vorpus.org)
6 points by HAMSHAMA 460 days ago
1 comments

Seven years later, and the sort of fan out/in behavior proposed here is implemented all the time where necessary but not considered a concurrency primitive. I think I remain more interested in the erlang/elixir process approach to concurrency. Practically that seems so much more powerful than anything else available today.