W3cubDocs

/Crystal

module IO::Evented

Direct including types

Defined in:

io/evented.cr

Instance Method Summary

Instance Method Detail

def evented_closeSource

def evented_read(slice : Bytes, errno_msg : String, &) : Int32Source

def evented_reopenSource

def evented_send(slice : Bytes, errno_msg : String, &) : Int32Source

def evented_write(slice : Bytes, errno_msg : String, &) : NilSource

def read_timeout : Time::Span?Source

Returns the time to wait when reading before raising an IO::TimeoutError.

def read_timeout=(read_timeout : Number) : NumberSource

Sets the number of seconds to wait when reading before raising an IO::TimeoutError.

def read_timeout=(timeout : Time::Span?) : Time::Span?Source

Sets the time to wait when reading before raising an IO::TimeoutError.

def write_timeout : Time::Span?Source

Returns the time to wait when writing before raising an IO::TimeoutError.

def write_timeout=(write_timeout : Number) : NumberSource

Sets the number of seconds to wait when writing before raising an IO::TimeoutError.

def write_timeout=(timeout : Time::Span?) : Time::Span?Source

Sets the time to wait when writing before raising an IO::TimeoutError.

© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/IO/Evented.html