Mutex.lock

Lock the mutex

If the mutex is already locked in another thread, this call will block the execution until the mutex is released.

class Mutex
void
lock
()

Meta