Module maestropoolsup

September 27, 2015 ยท View on GitHub

  • Data Types
  • Function Index
  • Function Details

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()



Contents

  1. 1Data Types
  2. 1.1startlink_err()
  3. 1.2startlink_ret()
  4. 2Function Index
  5. 3Function Details
  6. 3.1init/1
  7. 3.2start_link/1