OsPoller.sqpollActive

bool sqpollActive() @property const pure @safe nothrow @nogc

Report whether SQPOLL mode is active.

When SQPOLL is active, submission does not require syscalls — the kernel polls the SQ ring from a dedicated thread.

Returns

true when SQPOLL is active.