Lindenii Project Forge
Login

hare-aio

Asynchronous I/O event loops for Hare

Warning: Due to various recent migrations, viewing non-HEAD refs may be broken.

/aio/cqe.ha (raw)

use linux::io_uring;

// Flags for when an I/O operation is completed.
export type completion_flags = io_uring::cqe_flags;