LockableObject
# File lib/concurrent/synchronization/lock.rb, line 26 def broadcast synchronize { ns_broadcast } end
# File lib/concurrent/synchronization/lock.rb, line 20 def signal synchronize { ns_signal } end
Generated with the Darkfish Rdoc Generator 2.