Hacker News new | ask | show | jobs
by srgpqt 340 days ago
Erlang/Elixir use "cast" method name when sending messages to their GenServer actor processes.
1 comments

There are two terms.

* call - to send and await a reply * cast - to send and not await a reply