class HTTPClient::TimeoutScheduler::Period
def initialize(thread, time, ex)
def initialize(thread, time, ex) @thread, @time, @ex = thread, time, ex @lock = Mutex.new end
def initialize(thread, time, ex) @thread, @time, @ex = thread, time, ex @lock = Mutex.new end