├── README.md ├── UnlimitedWait.cpp ├── UnlimitedWait.h ├── WaitForUnlimitedObjectsEx.cpp ├── WaitForUnlimitedObjectsEx.h ├── example-UnlimitedWait.cpp ├── example-WaitForUnlimitedObjectsEx.cpp ├── example.cpp ├── win32-iocp-events.cpp ├── win32-iocp-events.h ├── win32-iocp-events.sln └── win32-iocp-events.vcxproj /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tringi/win32-iocp-events/HEAD/README.md -------------------------------------------------------------------------------- /UnlimitedWait.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tringi/win32-iocp-events/HEAD/UnlimitedWait.cpp -------------------------------------------------------------------------------- /UnlimitedWait.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tringi/win32-iocp-events/HEAD/UnlimitedWait.h -------------------------------------------------------------------------------- /WaitForUnlimitedObjectsEx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tringi/win32-iocp-events/HEAD/WaitForUnlimitedObjectsEx.cpp -------------------------------------------------------------------------------- /WaitForUnlimitedObjectsEx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tringi/win32-iocp-events/HEAD/WaitForUnlimitedObjectsEx.h -------------------------------------------------------------------------------- /example-UnlimitedWait.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tringi/win32-iocp-events/HEAD/example-UnlimitedWait.cpp -------------------------------------------------------------------------------- /example-WaitForUnlimitedObjectsEx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tringi/win32-iocp-events/HEAD/example-WaitForUnlimitedObjectsEx.cpp -------------------------------------------------------------------------------- /example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tringi/win32-iocp-events/HEAD/example.cpp -------------------------------------------------------------------------------- /win32-iocp-events.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tringi/win32-iocp-events/HEAD/win32-iocp-events.cpp -------------------------------------------------------------------------------- /win32-iocp-events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tringi/win32-iocp-events/HEAD/win32-iocp-events.h -------------------------------------------------------------------------------- /win32-iocp-events.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tringi/win32-iocp-events/HEAD/win32-iocp-events.sln -------------------------------------------------------------------------------- /win32-iocp-events.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tringi/win32-iocp-events/HEAD/win32-iocp-events.vcxproj --------------------------------------------------------------------------------