Synaptic.AgentDirectory.Store.InMemory (synaptic v0.3.0-alpha.8)

View Source

In-memory GenServer-backed directory store.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

state()

@type state() :: %Synaptic.AgentDirectory.Store.InMemory{
  instances: term(),
  services: term(),
  task_refs: term()
}

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])