Closed mtrudel closed 1 year ago
By popular request, terminate should be optional. Mandatory callbacks include init/2, handle_info/2 and handle_in/2 to keep rough parity with similar semantics on GenServer
init/2
handle_info/2
handle_in/2
@rowlandcodes I think it was you that was asking about this?
By popular request, terminate should be optional. Mandatory callbacks include
init/2
,handle_info/2
andhandle_in/2
to keep rough parity with similar semantics on GenServer