Documentation
¶
Index ¶
- type Mutex
- type RWMutex
- func (m *RWMutex) Equals(other types.Object) bool
- func (m *RWMutex) Lock()
- func (m *RWMutex) RLock()
- func (m *RWMutex) RUnlock()
- func (m *RWMutex) ToStr() string
- func (m *RWMutex) TryLock() bool
- func (m *RWMutex) TryRLock() bool
- func (m *RWMutex) TypeCode() uint8
- func (m *RWMutex) TypeName() string
- func (m *RWMutex) Unlock()
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
}
Mutex represents a mutual exclusion lock
type RWMutex ¶
type RWMutex struct {
// contains filtered or unexported fields
}
RWMutex represents a reader/writer mutual exclusion lock
Click to show internal directories.
Click to hide internal directories.