Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrLockHasReleased = errors.New("lock has released") ErrUnexpectedStatus = errors.New("unexpected status") )
Functions ¶
This section is empty.
Types ¶
type DLock ¶
type DLock interface {
Acquire(key []byte, value []byte, callback callback.Callback[any])
Release(cb callback.Callback[error])
}
func NewMetaLock ¶
type MetaLockOptions ¶
Click to show internal directories.
Click to hide internal directories.