DBMutex constructor

DBMutex()

Implementation

DBMutex() {
  _lock.complete();
}