Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LockTime = 3 * time.Second //默认lock时间 RetryInterval = 100 * time.Millisecond //默认间隔时间 Retries = int(LockTime / RetryInterval) //默认重试次数 )
View Source
var ErrCanced = errors.New("canced")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.