struct IOR::CQE

Defined in:

ior/cqe.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cqe : Pointer(LibUring::IOUringCQE), res : Int32) #

[View source]

Instance Method Detail

def bad_file_descriptor?(*args, **options) #

[View source]
def bad_file_descriptor?(*args, **options, &) #

[View source]
def canceled?(*args, **options) #

[View source]
def canceled?(*args, **options, &) #

[View source]
def cqe_errno #

[View source]
def cqe_error? #

[View source]
def eagain?(*args, **options) #

[View source]
def eagain?(*args, **options, &) #

[View source]
def errno #

[View source]
def error_message #

[View source]
def res #

[View source]
def result : Result #

[View source]
def ring_errno #

[View source]
def ring_error? #

[View source]
def ring_timed_out? #

[View source]
def success? #

[View source]
def timed_out?(*args, **options) #

[View source]
def timed_out?(*args, **options, &) #

[View source]
def to_unsafe : Pointer(LibUring::IOUringCQE) #

[View source]
def user_data #

[View source]