package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Functions
NewManager returns a new manager.
# Variables
LockNoWait is used for pessimistic lock wait time these two constants are special for lock protocol with tikv -1 means nowait, others meaning lock wait in milliseconds.
# Structs
Manager represents a waiters manager.
Waiter represents a waiter.
WaitResult represents a wait result.
# Type aliases
WakeupWaitTime is the implementation of variable "wake-up-delay-duration".