0 on success, or -1 on failure.int associateWithIocp() @trusted nothrowAssociate the socket with the event loop's IOCP.
This binds the socket to the I/O completion port so that overlapped operations will generate completion notifications.
0 on success, or -1 on failure.