cancel(id)
Cancels the timeout handler id
# File lib/webrick/utils.rb, line 142 def TimeoutHandler.cancel(id) instance.cancel(Thread.current, id) end