Module maestropoolsup
September 27, 2015 ยท View on GitHub
Behaviours: supervisor.
Data Types
startlink_err()
startlink_err() = {already_started, pid()} | {shutdown, term()} | term()
startlink_ret()
startlink_ret() = {ok, pid()} | ignore | {error, startlink_err()}
Function Index
| init/1 | |
| start_link/1 |
Function Details
init/1
init(Pools) -> any()
start_link/1
start_link(Pools::[supervisor:child_spec()]) -> startlink_ret()