Module pibfi_supervisor

Description

Supervisor process for pibfi.

All error handling is done here. This allows the other processes to be coded in a more direct, laissez-crash style. The centralization of error-handling code in this process allows for minimal error-handling code in the other processes, which makes their code clearer and easier to follow.

Function Index

Exported Functions
link/3
server/0
spawn_link/6
start/0

Exported Functions

link/3

link(Arg1, Arg2, Arg3) -> term()

server/0

server() -> term()

spawn_link/6

spawn_link(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6) -> term()

start/0

start() -> term()