Allow start_link/1 to be delegated (#157)
This commit is contained in:
parent
bc11851360
commit
3f26975ae9
|
@ -831,6 +831,6 @@ defmodule OpentelemetryProcessPropagator.Task.Supervisor do
|
||||||
end
|
end
|
||||||
|
|
||||||
defdelegate children(supervisor), to: Task.Supervisor
|
defdelegate children(supervisor), to: Task.Supervisor
|
||||||
defdelegate start_link(), to: Task.Supervisor
|
defdelegate start_link(options \\ []), to: Task.Supervisor
|
||||||
defdelegate terminate_child(supervisor, pid), to: Task.Supervisor
|
defdelegate terminate_child(supervisor, pid), to: Task.Supervisor
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue