Condition.acquire

Acquire the underlying lock.

This method blocks until the lock is unlocked, then sets it to locked and returns $(D_KEYWORD true).

class Condition
bool
acquire
()

Meta