ExSystolic.Application (ex_systolic v0.2.0)

Copy Markdown View Source

OTP application supervisor for ex_systolic.

Starts the supervision tree at application boot. The tree currently contains:

The pool size and overflow default to System.schedulers_online().

This module is intended for OTP infrastructure; library users should not need to reference it directly.

Summary

Functions

Starts the application supervision tree.

Functions

start(type, args)

Starts the application supervision tree.

Implements the Application behaviour. Returns {:ok, pid} on success.