From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-07-28 01:40:46


Tonko Juricic wrote:
> Also, relying on OS notifications (like
> DLL_THREAD_DETACH on Win32) for TLS cleanup, and extra

Maybe this could be replaceed with RegisterWaitForSingleObject (waiting
for thread handle)?

B.