I am checking a possibility to make use of Pth library in porting project.
My company has some legacy Windows code with suppose to be ported to Linux.
So, at Windows side function "WaitForMultipleObjects" accept array of
spawned threads handlers and returns after execution of those threads was
completed (
or time-out occur).

The question is: How can I implement this functionality with Pht library? In
other words - How can I query DEAD queue for particular ***pth_t handlers.*

Thank you in advance

Baruch Lifshitz.

Reply via email to