OsPoller.backendId

BackendId backendId() @property const pure @safe nothrow @nogc

Return the identifier of the active backend.

Returns

BackendId.IO_URING when io_uring is active, BackendId.EPOLL when

using the epoll fallback.