module IO::Evented

Defined in:

io/evented.cr

Instance Method Summary

Instance Method Detail

def evented_close : Nil #

[View source]
def evented_read(slice : Bytes, errno_msg : String, &) : Int32 #

[View source]
def evented_reopen : Nil #

[View source]
def evented_send(slice : Bytes, errno_msg : String, &) : Int32 #

[View source]
def evented_write(slice : Bytes, errno_msg : String, &) : Nil #

[View source]