View Source Electric.PersistentKV.Memory (electric v0.9.5)

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

@type seed_data() :: [{binary(), term()}] | %{required(binary()) => term()}
@type t() :: %Electric.PersistentKV.Memory{parent: pid(), pid: pid()}

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec new!(seed_data()) :: t()