Module sidejob_sup

The top-level supervisor for the sidejob application.

Behaviours: supervisor.

Description

The top-level supervisor for the sidejob application.

When a new resource is created via sidejob:new_resource/4, a new sidejob_resource_sup is added to this supervisor.

The actual resource supervisor manages a given resource's process hierarchy. This top-level supervisor simply ensures that all registered resource supervisors remain up.

Function Index

add_resource/2
init/1
start_link/0

Function Details

add_resource/2

add_resource(Name, Mod) -> any()

init/1

init(X1) -> any()

start_link/0

start_link() -> any()


Generated by EDoc