Hacker News new | ask | show | jobs
by adamwk 1085 days ago
Isn’t erlang a very different, almost opposite concurrency model? I’m not an erlang expert but async message passing is a very different style. The limitation around background tasks in structured concurrency is trivial in erlang for example
1 comments

Yes, but proceses are supervised (in a tree structure). So you have the same warranties described in structured concurrency
Yeah this seems compelling, especially the economics of it when paying for machine time.