
"vicente.botet" <vicente.botet@wanadoo.fr> writes:
BTW, I was not aware that your future proposal was currently adopted by the C++ Standard. Is it?
Yes. It was approved at the October 2008 meeting. See http://www.justsoftwaresolutions.co.uk/cplusplus/cplusplus-standards-committ...
How your 'just::' implementation performs respect to Boost.Thread, Boost.Chrono and Boost.Exception?
It is similar in many ways to Boost.Thread, but the condition variable algorithm has been improved, and the deadlock detection is entirely new. I've only glanced at Beman's Boost.Chrono stuff, but it seems similar. For exception_ptr, my code uses an improved version of the MSVC-specific code I submitted (but which is not yet included in Boost.Exception) which allows any exception to be cloned, without prior registration. Anthony -- Anthony Williams Author of C++ Concurrency in Action | http://www.manning.com/williams Custom Software Development | http://www.justsoftwaresolutions.co.uk Just Software Solutions Ltd, Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL, UK