View Source
Modbux.Model.Shared
(Modbux v0.3.11)
An agent that holds the current state of the Server/Slave DB.
@spec start_link(any(),
debug: [any()],
hibernate_after: :infinity | non_neg_integer(),
name: atom() | {any(), any()} | {any(), any(), any()},
spawn_opt: :link | :monitor | {any(), any()},
timeout: :infinity | non_neg_integer()
) :: {:error, any()} | {:ok, pid()}