RWMutex
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.sync
- Platforms: .NET, .NET Standard 2.0, Island
Implements
Instance Methods
constructor
constructor
RWMutex()
init()
Sub New()
constructor (RWMutex) .NET, .NET Standard 2.0
Parameters:
- value:
constructor (RWMutex) Island
Parameters:
- value:
Lock
method Lock
void Lock()
func Lock()
func Lock()
Sub Lock()
RLock
method RLock
void RLock()
func RLock()
func RLock()
Sub RLock()
RLocker
method RLocker: Locker
Locker RLocker()
func RLocker() -> Locker
func RLocker() Locker
Function RLocker() As Locker
RUnlock
method RUnlock
void RUnlock()
func RUnlock()
func RUnlock()
Sub RUnlock()
Unlock
method Unlock
void Unlock()
func Unlock()
func Unlock()
Sub Unlock()