You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting in erlang 20, a gen_server has optional callbacks like handle_info, terminate and code_change. But the current worker behaviour enforce them. IMO we should expect the worker API to be similar to a gen_server. Thoughts?
The text was updated successfully, but these errors were encountered:
Starting in erlang 20, a gen_server has optional callbacks like
handle_info
,terminate
andcode_change
. But the current worker behaviour enforce them. IMO we should expect the worker API to be similar to agen_server
. Thoughts?The text was updated successfully, but these errors were encountered: