synced

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WrapIteratedReader added in v0.1.2

func WrapIteratedReader(parent kvdb.IteratedReader, mu *sync.RWMutex) kvdb.IteratedReader

WrapIteratedReader underlying db to make its methods synced with mu.

func WrapReadonlyStore

func WrapReadonlyStore(parent kvdb.ReadonlyStore, mu *sync.RWMutex) kvdb.ReadonlyStore

WrapReadonlyStore underlying db to make its methods synced with mu.

func WrapSnapshot added in v0.1.2

func WrapSnapshot(parent kvdb.Snapshot, mu *sync.RWMutex) kvdb.Snapshot

WrapSnapshot underlying db to make its methods synced with mu.

func WrapStore

func WrapStore(parent kvdb.Store, mu *sync.RWMutex) kvdb.Store

WrapStore underlying db to make its methods synced with mu.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL