lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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