class Concurrent::IVar

def fail(reason = StandardError.new)

def fail(reason = StandardError.new)
  complete(false, nil, reason)
end