|
|
|
|
|
by threethirtytwo
137 days ago
|
|
>It makes me a little sad that Erlang/Elixir is kind of the only platform that does this though... It's not. These are called green threads and under the hood it's not really threads. It's literally the same thing as async await in python and nodejs. It's just different perspectives on the same concept of concurrency. Go and Erlang implicitly have calls to concurrency, while nodejs it's implicit. |
|