Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatusUnlock uint32 = 0 StatusLock uint32 = 1 )
----------------- OnlyOneMu Start -----------------
不可重入的悲观锁实现 | 不会等待,立即返回 | 基于变量的原子操作实现
Variables ¶
View Source
var SyncError = fmt.Errorf("We are working on the task! please try again later")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.