class Concurrent::IVar
def complete_without_notification(success, value, reason)
def complete_without_notification(success, value, reason) synchronize { ns_complete_without_notification(success, value, reason) } self end
def complete_without_notification(success, value, reason) synchronize { ns_complete_without_notification(success, value, reason) } self end