Beethoven.Core (Beethoven v0.2.3)

Core of Coordinator service. This is the primary GenServer for the service.

Summary

Functions

Returns a specification to start this module under a supervisor.

Entry point for Supervisors. Links calling PID this this child pid.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(args)

@spec start_link(any()) :: {:ok, pid()}

Entry point for Supervisors. Links calling PID this this child pid.