The journey from synchronous to asynchronous programming is a shift from sequential to concurrent execution.
It's interesting that Elixir was chosen as a basis here, because it already offers distributed async/await (inherited from Erlang OTP). I'm curious as to what is being offered beyond what Elixir can already do?
It's interesting that Elixir was chosen as a basis here, because it already offers distributed async/await (inherited from Erlang OTP). I'm curious as to what is being offered beyond what Elixir can already do?