new()
public
Creates a new
TimeoutHandler. You should use ::register and ::cancel instead of
creating the timeout handler directly.
# File lib/webrick/utils.rb, line 153
def initialize
TimeoutMutex.synchronize{
@timeout_info = Hash.new
}
@queue = Thread::Queue.new
@watcher = nil
end