struct Halite::Options::Timeout
- Halite::Options::Timeout
 - Struct
 - Value
 - Object
 
Overview
Timeout struct
Defined in:
halite/options/timeout.crConstructors
Instance Method Summary
- #connect : Float64?
 - #connect=(connect : Int32 | Float64 | Time::Span?)
 - #read : Float64?
 - #read=(read : Int32 | Float64 | Time::Span?)
 - #write : Float64?
 - #write=(write : Int32 | Float64 | Time::Span?)
 
Constructor Detail
        
        def self.new(connect : Int32 | Float64 | Time::Span? = nil, read : Int32 | Float64 | Time::Span? = nil, write : Int32 | Float64 | Time::Span? = nil)
        #