//
pkg.gl
Category
github.com/ipfs/go-datastore
sync
package
0.8.2
Repository:
https://github.com/ipfs/go-datastore.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
325
Files
145 SLOC
#
Functions
MutexWrap
MutexWrap constructs a datastore with a coarse lock around the entire datastore, for every single operation.
#
Structs
MutexDatastore
MutexDatastore contains a child datastore and a mutex.