← Back to context Comment by srgpqt 5 days ago Erlang/Elixir use "cast" method name when sending messages to their GenServer actor processes. 1 comment srgpqt Reply borromakot 5 days ago There are two terms.* call - to send and await a reply * cast - to send and not await a reply
borromakot 5 days ago There are two terms.* call - to send and await a reply * cast - to send and not await a reply
There are two terms.
* call - to send and await a reply * cast - to send and not await a reply