ConditionVariable constructor

ConditionVariable(
  1. Lock lock
)

Implementation

ConditionVariable(this.lock);