Method Thread.Condition()->create()
classThread.Condition
- Method
create
Thread.Condition Thread.Condition(Thread.Mutex|voidmutex)- Parameter
mutex Optional Mutex that protects the resource that the condition signals for.
class Thread.ConditionThread.Condition Thread.Condition(Thread.Mutex|void mutex)
mutexOptional Mutex that protects the resource that the condition signals for.