From 08c1e93fa36a49f49325a07fe91ff92c964c2b6c Mon Sep 17 00:00:00 2001
From: Chanho Park Copyright © 2007 -11 Anthony Williams Copyright © 2011 -12 Vicente J. Botet Escriba Copyright © 2011 -14 Vicente J. Botet Escriba Table of Contents
+
@@ -58,24 +58,51 @@
thread
this_thread
thread_group
thread_group
EXTENSION
The Boost.Thread library was originally written - and designed by William E. Kempf (version 0). Anthony Williams version (version - 1) was a major rewrite designed to closely follow the proposals presented to - the C++ Standards Committee, in particular N2497, + and designed by William E. Kempf (version 1). +
++ Anthony Williams version (version 2) was a major rewrite designed to closely + follow the proposals presented to the C++ Standards Committee, in particular + N2497, N2320, N2184, N2139, and N2094
- Vicente J. Botet Escriba started in version 2 the adaptation to comply with + Vicente J. Botet Escriba started (version 3) the adaptation to comply with the accepted Thread C++11 library (Make use of Boost.Chrono and Boost.Move) and the Shared Locking Howard Hinnant proposal except for the upward conversions. - Some minor features have been added also as thread attributes, reverse_lock, - shared_lock_guard. + Some minor non-standard features have been added also as thread attributes, + reverse_lock, shared_lock_guard.
In order to use the classes and functions described here, you can either include @@ -136,7 +171,7 @@
Last revised: August 15, 2012 at 23:44:53 GMT |
+Last revised: October 30, 2014 at 10:20:47 GMT |