class Concurrent::IVar

def complete_without_notification(success, value, reason)

@!visibility private
def complete_without_notification(success, value, reason)
  synchronize { ns_complete_without_notification(success, value, reason) }
  self
end