Module persist::runtime[][src]

Expand description

Runtime for concurrent, asynchronous use of Indexed, and the public API used by the rest of the crate to connect to it.

Structs

Configuration for starting a RuntimeClient.

A handle to a running instance of the persist runtime.

An opaque unique identifier for an instance of the persist runtime.

Enums

Functions

Starts the runtime in a std::thread.

Starts a read-only runtime in a std::thread.