Class HTTPClient::TimeoutScheduler::Period
In: lib/httpclient/timeout.rb
Parent: Object

Represents timeout period.

Methods

cancel   new   raise  

Attributes

thread  [R] 
time  [R] 

Public Class methods

Public Instance methods

Cancel this Period. Mutex is needed to avoid too-late exception.

Raises if thread exists and alive.

[Validate]