Behaviours: supervisor.
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.
| add_resource/2 | |
| init/1 | |
| start_link/0 |
add_resource(Name, Mod) -> any()
init(X1) -> any()
start_link() -> any()
Generated by EDoc