= private = protected
signal()
Wakes up the first thread in line waiting for this lock.
# File lib/thread.rb, line 208 def signal begin t = @waiters.shift t.run if t rescue ThreadError retry end end