open method

Mutex open()

Use open to get a AbstractMutex instance. This is mainly used for shared mutexes

Implementation

Mutex open() {
  return this;
}