AsyncFile.usingIoUring

bool usingIoUring() @property const @safe nothrow @nogc

Check if this file is using io_uring for async operations.

Returns

true when io_uring is being used, false for thread pool fallback.