mutex.lock â self
Instance Public methods
Attempts to grab the lock and waits if it isn't available. Raises
ThreadError if mutex was locked by the current
thread.
Attempts to grab the lock and waits if it isn't available. Raises
ThreadError if mutex was locked by the current
thread.
Please login to continue.