create static method

RecuriveMutex? create()
override

Implementation

static RecuriveMutex? create() {
    return RecuriveMutexCpp.create();
}