Package express.mvp.myra.transport.iouring


package express.mvp.myra.transport.iouring
Linux io_uring backend and native bindings for Myra Transport.

This package hosts the high-performance io_uring backend along with low-level bindings used to interact with liburing via the Foreign Function and Memory API.

Linux-only. Requires liburing and a kernel that supports io_uring.

See Also:
  • Class
    Description
    Represents the lifecycle state of a transport connection.
    Utility class for handling Linux errno codes in io_uring operations.
    io_uring-based transport backend for maximum I/O performance on Linux.
    Extended completion handler that receives CQE flags.
    FFM (Foreign Function & Memory) bindings to the Linux liburing native library.
    Cached CQ accessors for hot-path polling.