Mutex.simple constructor

Mutex.simple()

Creates a simple mutex instance that can't be shared between tabs or isolates.

Implementation

factory Mutex.simple() = _SimpleMutex;