Mutex constructor

Mutex()

Implementation

factory Mutex() => Platform.isWindows ? _WindowsMutex() : _PosixMutex();