In-memory event store with idempotent append by event id.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type event_queue() :: :queue.queue(ASM.Event.t())
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(keyword()) :: GenServer.on_start()