7 ms·
Erlang/Elixir use "cast" method name when sending messages to their GenServer actor processes.
by srgpqt 1y ago
Erlang/Elixir use "cast" method name when sending messages to their GenServer actor processes.
- borromakot 1y agoThere are two terms. * call - to send and await a reply * cast - to send and not await a reply