Skip to main content

Module async_event_store

Module async_event_store 

Source
Expand description

Async event-sourced store with batch writes and crash recovery.

Structs§

AsyncEventEntry
An entry in the event store with metadata.
AsyncEventStore
Async event store with background writer thread.
AsyncProjection
In-memory projection of events.
BatchedEventAppender
Batched event appender: groups events and submits in batches.
ReceiverHandle
Handle for the writer thread result.

Enums§

DomainEvent
A domain event for async persistence.