[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is there an easier way to cancel threads???
- From: "D Burgess" <dburgess@...>
- Date: Sat, 29 Apr 2006 08:36:07 +1000
I have used QueueUserAPC() in C++ thread classes,
it works well in combination with Overlapped IO and
SleepEx(). This does not completely solve the
problem, but it goes close.
DB