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.
| Exported Functions | |
|---|---|
| link/3 | |
| server/0 | |
| spawn_link/6 | |
| start/0 | |
link(Arg1, Arg2, Arg3) -> term()
server() -> term()
spawn_link(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6) -> term()
start() -> term()