[erlang-questions] return supervisor:start_child

Dmitry Kolesnikov dmkolesnikov@REDACTED
Mon Jan 7 15:11:55 CET 2013


Hello,

Here is copy-paste of supervisor:start_child.

start_child(SupRef, ChildSpec) -> Result
	Result = {ok,Child} | {ok,Child,Info} | {error,Error}

When supervisor return {ok,Child,Info} instead of {ok, Child}? I've never seen such return.

- Dmitry




More information about the erlang-questions mailing list