Uring.enableRings

Enable the "rings" of this Uring if they were previously disabled with IORING_SETUP_R_DISABLED.

struct Uring
nothrow @nogc @trusted
int
enableRings
()

Return Value

Type: int

On success, returns 0. On error, -errno is returned.

Note: Available from Linux 5.10

Meta