Module engine

Source
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ยง

AsyncEngine
Provides the core engine functionality with an async interface.
SyncEngine
Provides the core engine functionality.