//
pkg.gl
Category
github.com/vulcanize/go-datastore
sync
package
1.4.1
Repository:
https://github.com/vulcanize/go-datastore.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
0
Files
112 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 datastire and a mutex.