Cond
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.sync
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Cond()
init()
Sub New()
constructor (Cond) .NET, .NET Standard 2.0
Parameters:
- value:
constructor (Mutex)
Parameters:
- aMutex:
constructor (Cond) Island
Parameters:
- value:
Broadcast
method Broadcast
void Broadcast()
func Broadcast()
func Broadcast()
Sub Broadcast()
L
property L: Locker read write;
Locker L { get; set; }
var L: Locker { get{} set{} }
L Locker
Property L() As Locker
Signal
method Signal
void Signal()
func Signal()
func Signal()
Sub Signal()
Wait
method Wait
void Wait()
func Wait()
func Wait()
Sub Wait()
L
constructor
constructor
Cond()
init()
Sub New()
constructor (Cond) .NET, .NET Standard 2.0
Parameters:
- value:
constructor (Mutex)
Parameters:
- aMutex:
constructor (Cond) Island
Parameters:
- value:
Broadcast
method Broadcast
void Broadcast()
func Broadcast()
func Broadcast()
Sub Broadcast()
Signal
method Signal
void Signal()
func Signal()
func Signal()
Sub Signal()
Wait
method Wait
void Wait()
func Wait()
func Wait()
Sub Wait()