EventLoop.usingIocp

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

Report whether the loop is using IOCP overlapped I/O mode.

Returns

true when windowsSocketBackend is IOCP_OVERLAPPED.