package
2.1.0-rc.2+incompatible
Repository: https://github.com/coderushing/tidb.git
Documentation: pkg.go.dev
# Functions
NewLatches create a Latches with fixed length, the size will be rounded up to the power of 2.
NewScheduler create the LatchesScheduler.
# Structs
Latches which are used for concurrency control.
LatchesScheduler is used to schedule latches for transactions.
Lock is the locks' information required for a transaction.