Flowdock
wait(mutex, timeout=nil) public

Releases the lock held in mutex and waits; reacquires the lock on wakeup.

If timeout is given, this method returns after timeout seconds passed, even if no other thread doesn’t signal.

Show source
Register or log in to add new notes.