class HTTPClient::TimeoutScheduler::Period

def initialize(thread, time, ex)

Creates new Period.
def initialize(thread, time, ex)
  @thread, @time, @ex = thread, time, ex
  @lock = Mutex.new
end