TcpListenerState.handlePrepare

private void handlePrepare(ref EventLoop loop, Token token) @trusted nothrow

Handle prepare phase callback from the event loop.

This callback is invoked before each poll operation, allowing us to check for completed AcceptEx operations across all slots.