Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeadlineDuration = 2 * time.Second
View Source
var RenewDuration = 750 * time.Millisecond
Functions ¶
func NewGlobalLockManger ¶
Types ¶
type LockManager ¶
type LockManager interface { Lock(sqlite3vfs.LockType) error Unlock(sqlite3vfs.LockType) error Close() error Level() sqlite3vfs.LockType CheckReservedLock() (bool, error) }
Click to show internal directories.
Click to hide internal directories.