GenServer - handle_cast vs handle_info

Hey there,

Fairly simple question, but why do genservers differentiate between handle_cast() and handle_info()? From my understanding they are both handled asynchronous, so what is the reason that we need two different handle functions? Are casts more efficiënt than sends perhaps?

earlier thread on this topic:

1 Like