BaileysEx.Signal.Store.Memory (baileys_ex v0.1.0-alpha.7)

Copy Markdown View Source

In-memory runtime implementation of BaileysEx.Signal.Store.

Reads go through ETS. Writes and transaction locks are coordinated by the owner process. Transaction-local cache and mutation state live on an explicit transaction handle instead of hidden caller-local process state.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.