View Source Disposable.Store (Disposable v0.2.0)

Owns the active domain generation and serializes source replacements.

The named ETS table contains only the active table identifier. Domain reads use that identifier directly and never call this GenServer.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

@type state() :: %{
  metadata_table: :ets.tid(),
  active_table: :ets.tid(),
  source: term(),
  url_options: keyword()
}

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.