← Back to context Comment by srgpqt 8 months ago Erlang/Elixir use "cast" method name when sending messages to their GenServer actor processes. 1 comment srgpqt Reply borromakot 8 months ago There are two terms.* call - to send and await a reply * cast - to send and not await a reply
borromakot 8 months 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