Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mutex ¶
type Mutex struct {
// contains filtered or unexported fields
}
type RWMutex ¶
type RWMutex struct {
// contains filtered or unexported fields
}
func NewRW ¶
func NewRW() *RWMutex
NewRW -> It's not mandatory to use, because when defining the variable with type Mutex, it's automatically defined with zero values!
func (*RWMutex) IsReadLocked ¶
func (*RWMutex) IsWriteLocked ¶
func (*RWMutex) TryReadLock ¶
Click to show internal directories.
Click to hide internal directories.