Class | HTTPClient::TimeoutScheduler |
In: |
lib/httpclient/timeout.rb
|
Parent: | Object |
Replaces timeout.rb to avoid Thread creation and scheduling overhead.
You should check another timeout replace in WEBrick. See lib/webrick/utils.rb in ruby/1.9.
About this implementation: