KvsStandard
interface KvsStandard
Internal contract for typed read operations on a key-value store.
This interface is part of the KvsStorage internal API. It is NOT intended for direct use by library consumers. Stability is NOT guaranteed across versions.
All operations are suspending and honour structured concurrency — a cancelled coroutine receives CancellationException immediately.