method
lock
lock()
public
Attempts to grab the lock and waits if it isn’t available. Raises ThreadError if mutex was locked by the current thread.
lock()
public
Attempts to grab the lock and waits if it isn’t available. Raises ThreadError if mutex was locked by the current thread.