APIdock
/
Ruby
/
Browse
About
method
new
v2_4_6
-
Show latest stable
- Class:
Thread
::
Mutex
new
()
public
Creates a
new
Mutex
Show source
static VALUE mutex_initialize(VALUE self) { return self; }
Related methods
Instance methods
lock
locked?
owned?
sleep
synchronize
try_lock
unlock
Class methods
new