top | item 43412562

Notes on structured concurrency, or: Go statement considered harmful (2018)

6 points| HAMSHAMA | 11 months ago |vorpus.org

1 comment

order

tacitusarc|11 months ago

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.