#include <IoCompletionThreadPool.h>
Inheritance diagram for OW32::CIoCompletionThread:
Public Member Functions | |
CIoCompletionThread () | |
Constructor that sets the thread autodelete flag to false. | |
void | SetCompletionPort (HANDLE hCompletionPort) |
Set the io completion port that this thread is processing notifications for. | |
virtual unsigned int | Run () |
The main function for the worker thread. |
|
Set the io completion port that this thread is processing notifications for.
|