I added two small classes under tuscany::sca::util to help work in a multithreaded environment: - a thread safe Queue class made of an STL queue and a mutex + a condition var on Linux and a critical section + an event on Windows.
- a simple Wrapper class to help start and join a native Thread.

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to