ConditionVariable constructor

ConditionVariable(
  1. Lock _lock
)

Implementation

ConditionVariable(this._lock);