Versions in this module Expand all Collapse all v1 v1.0.1 Sep 26, 2022 Changes in this version + type Latches struct + func NewLatches(conf *config.Latch) *Latches + type LatchesScheduler struct + func NewScheduler(conf *config.Latch) *LatchesScheduler + func (scheduler *LatchesScheduler) Close() + func (scheduler *LatchesScheduler) Lock(startTS uint64, keys [][]byte) *Lock + func (scheduler *LatchesScheduler) UnLock(lock *Lock) + type Lock struct + func (l *Lock) IsStale() bool + func (l *Lock) SetCommitTS(commitTS uint64)