struct

Halite::Options::Timeout

Inherits Struct / Value / Object

Timeout struct

Constructors

new(connect : Int32 | Float64 | Time::Span | Nil = nil, read : Int32 | Float64 | Time::Span | Nil = nil, write : Int32 | Float64 | Time::Span | Nil = nil)
Source

Instance methods

connect
Source
connect=(connect : Int32 | Float64 | Time::Span | Nil)
Source
read
Source
read=(read : Int32 | Float64 | Time::Span | Nil)
Source
write
Source
write=(write : Int32 | Float64 | Time::Span | Nil)
Source