module Concurrent::ThreadSafe::Util::CheapLockable

def cheap_broadcast

def cheap_broadcast
  JRuby.reference0(self).notify_all
end