Expand description
The actual engine that handles inserts and queries.
There are two variants: sync and async. SyncEngine
is the core and the
AsyncEngine
variant wraps an SyncEngine
in a thread and coordinates via
message passing.
Structsยง
- Async
Engine - Provides the core engine functionality with an async interface.
- Sync
Engine - Provides the core engine functionality.