create static method

Mutex? create()

Implementation

static Mutex? create() {
    return MutexCpp.create();
}