ŹR
Size: a a a
ŹR
VM
AD
NM
NM
NM
VR
ДМ
#@
A
#@
RP
#@
#@
RP
@spec start_link(module, term, GenServer.options()) :: GenServer.on_start()
def start_link(module, args, options \\ []) when is_atom(module) and is_list(options) do
GenServer.start_link(__MODULE__, {module, args}, options)
end
AD
#@
@spec start_link(module, term, GenServer.options()) :: GenServer.on_start()
def start_link(module, args, options \\ []) when is_atom(module) and is_list(options) do
GenServer.start_link(__MODULE__, {module, args}, options)
end
RP
#@