IO::Evented
Instance methods
client_read_timeout=(timeout : Time::Span | Nil) : Time::Span | Nil
Sets the time to wait when reading before raising an IO::Timeout.
Sets the number of seconds to wait when reading before raising an IO::Timeout.
client_write_timeout=(timeout : Time::Span | Nil) : Time::Span | Nil
Sets the time to wait when writing before raising an IO::Timeout.