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
It would be nice if GenServer.start_link/3 here could be replaced by state.mod.start_link/3. That would allow for starting a process which depends on custom code within the start_link/3 function.
The text was updated successfully, but these errors were encountered:
https://github.com/arjan/singleton/blob/master/lib/singleton/manager.ex#L58
It would be nice if
GenServer.start_link/3
here could be replaced bystate.mod.start_link/3
. That would allow for starting a process which depends on custom code within thestart_link/3
function.The text was updated successfully, but these errors were encountered: