Crate dwbase_stream_local

Crate dwbase_stream_local 

Source
Expand description

Local in-memory stream engine using per-subscriber channels.

This implementation is synchronous and uses poll semantics (no async streams) to stay WASM-friendly.

Structsยง

LocalStreamEngine
Local implementation of StreamEngine using per-subscriber channels and poll semantics.