Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mutex ¶
扩展一个Mutex结构
type RecursiveMutex ¶
RecursiveMutex 包装一个Mutex,实现可重入
func (*RecursiveMutex) Lock ¶
func (m *RecursiveMutex) Lock()
func (*RecursiveMutex) Unlock ¶
func (m *RecursiveMutex) Unlock()
type TokenRecursiveMutex ¶
Token方式的递归锁
Click to show internal directories.
Click to hide internal directories.