ExWapp.Signal.SessionStore.Ref (ExWapp v0.1.2)

Copy Markdown View Source

Reference to an ETS-backed Signal session store.

Wrapping the table identifier lets the same API support persistent maps and concurrent runtime storage without leaking ETS details to callers.

Summary

Types

t()

@type t() :: %ExWapp.Signal.SessionStore.Ref{table: term()}