EventLoop.backendId

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

Return the identifier of the active Layer 0 backend.

This indicates which backend is actually being used at runtime. On Windows, this will typically be BackendId.IOCP.

Returns

Backend identifier for the active poller.