View Source Protean.Supervisor (Protean v0.1.0-alpha.1)

Supervisor used by the Protean interpreter to manage subprocesses.

See the "Supervisors" section of the Protean documentation for more details.

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_child(supervisor, spec)

View Source
Link to this function

terminate_child(supervisor, pid)

View Source