|
|
||
----------------------------------------------------------- Thread::stop Thread.stop => nil ------------------------------------------------------------------------ Stops execution of the current thread, putting it into a ``sleep'' state, and schedules execution of another thread. Resets the ``critical'' condition to false . a = Thread.new { print "a"