Y
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
borromakot
340 days ago
There are two terms.
* call - to send and await a reply * cast - to send and not await a reply
link
* call - to send and await a reply * cast - to send and not await a reply