class Concurrent::Condition::Result

def initialize(remaining_time)

def initialize(remaining_time)
  @remaining_time = remaining_time
end