module IO::Evented
Defined in:
wrench/io/evented.crInstance Method Summary
-
#client_read_timeout : Time::Span | Nil
Returns the time to wait when reading before raising an
IO::Timeout
. -
#client_read_timeout=(timeout : Time::Span | Nil) : Time::Span | Nil
Sets the time to wait when reading before raising an
IO::Timeout
. -
#client_read_timeout=(read_timeout : Number) : Time::Span | Nil
Sets the number of seconds to wait when reading before raising an
IO::Timeout
. -
#client_write_timeout : Time::Span | Nil
Returns the time to wait when writing 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
. -
#client_write_timeout=(write_timeout : Number) : Time::Span | Nil
Sets the number of seconds to wait when writing before raising an
IO::Timeout
.
Instance Method Detail
Returns the time to wait when reading before raising an IO::Timeout
.
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
.
Returns the time to wait when writing before raising an IO::Timeout
.
Sets the time to wait when writing before raising an IO::Timeout
.
Sets the number of seconds to wait when writing before raising an IO::Timeout
.