Method Thread.Mutex()->cond()

class Thread.Mutex

Method cond

Condition cond()

Description

Create a Condition.

This function is equivalent to

Thread.Condition(mux);
See also

Condition