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