module Concurrent::Synchronization::ConditionSignalling

def ns_broadcast

def ns_broadcast
  @__Condition__.broadcast
  self
end