Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClaimThreadSafe ¶ added in v0.3.2
type ClaimThreadSafe struct {
datastore.Datastore
}
ClaimThreadSafe claims that a Datastore is threadsafe, even when it's type does not guarantee this. Use carefully.
func (ClaimThreadSafe) IsThreadSafe ¶ added in v0.3.2
func (ClaimThreadSafe) IsThreadSafe()
type ThreadSafeDatastoreCloser ¶
func CloserWrap ¶
func CloserWrap(ds datastore.ThreadSafeDatastore) ThreadSafeDatastoreCloser
Click to show internal directories.
Click to hide internal directories.