Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrFailedToPreemptLock = errors.New("rlock: 抢锁失败") ErrLockNotHold = errors.New("rlock: 未持有锁") )
Functions ¶
func NewOnceCloseChan ¶
func NewOnceCloseChan() *onceCloseChan
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type FixIntervalRetry ¶
type Lock ¶
type Lock struct {
// contains filtered or unexported fields
}
func (*Lock) AutoRefresh ¶
AutoRefresh 自动续约(谨慎使用, 推荐使用手动)
type ReentrantLock ¶
type ReentrantLock struct {
// contains filtered or unexported fields
}
type RetryStrategy ¶
Click to show internal directories.
Click to hide internal directories.