Hello,
I am working on an application which uses tryJoin to check a thread. However, in Windows, it appears that tryJoin() returns false in the event that the thread is still busy, but in *nix this does not seem to be the case. Can anyone shed some light on this issue for me?
-RageD





