ex_bench v0.2.14 ExBench.DynamicSupervisor

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

And this is the contortion you have to go through to get DynamicSupervisor to spawn children at init.

Link to this section Functions

Link to this function

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

And this is the contortion you have to go through to get DynamicSupervisor to spawn children at init.

Link to this function

start_child(spec)

Link to this function

start_link(init_arg)