gen event - What are the differences between Elixir GenEvent's handle_call and handle_event? -
please @ answer below differences found , let me know if wrong or if there more differences. thank you.
the difference saw on elixir's documentation
handle_callmust return reply ,handle_eventnot have return reply
it seems me event used change state , call used state.
Comments
Post a Comment