Module lasp_process_sup

Behaviours: supervisor.

Function Index

init/1supervisor callback.
start_child/1Start a child.
start_child/2
start_link/0API for starting the supervisor.
terminate/0Terminate all children.
terminate_child/2Stop a child immediately.

Function Details

init/1

init(X1) -> any()

supervisor callback.

start_child/1

start_child(Args) -> any()

Start a child.

start_child/2

start_child(EventCount, Args) -> any()

start_link/0

start_link() -> any()

API for starting the supervisor.

terminate/0

terminate() -> any()

Terminate all children.

terminate_child/2

terminate_child(Supervisor, Pid) -> any()

Stop a child immediately


Generated by EDoc