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