Core GenServer that manages instances and implementation-model observation.
This process is the stateful runtime engine behind instance managers.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type impl_models_map() :: %{optional(Spex.Specification.t()) => Spex.ImplModel.t()}
@type server_state() :: %{ dets_table: atom(), impl_models: impl_models_map(), prune_interval: timeout() }
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.