Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecursiveMutex ¶
type RecursiveMutex struct {
// contains filtered or unexported fields
}
func (*RecursiveMutex) Lock ¶
func (m *RecursiveMutex) Lock()
func (*RecursiveMutex) TryLock ¶
func (m *RecursiveMutex) TryLock() bool
func (*RecursiveMutex) Unlock ¶
func (m *RecursiveMutex) Unlock()
Click to show internal directories.
Click to hide internal directories.