2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 07:42:16 +00:00

Added description of thread changes in 1.36

[SVN r47740]
This commit is contained in:
Anthony Williams
2008-07-23 21:28:11 +00:00
parent 32ad433b7b
commit 32b0232bbc

View File

@@ -66,6 +66,13 @@
* [phrase library..[@/libs/spirit/index.html Spirit]:]
Integrated the "Classic" Spirit V1.8.x code base with Spirit V2, "The
New Generation". See [@/libs/spirit/classic/change_log.html Change Log].
* [phrase library..[@/libs/thread/index.html Thread]:]
* New generic `lock` and `try_lock` functions for locking multiple mutexes at once.
* Rvalue reference support for move semantics where the compilers supports it.
* A few bugs fixed and missing functions added (including the serious win32 condition variable bug).
* `scoped_try_lock` types are now backwards-compatible with Boost 1.34.0 and previous releases.
* Support for passing function arguments to the thread function by supplying additional arguments to the `thread` constructor.
* Backwards-compatibility overloads added for `timed_lock` and `timed_wait` functions to allow use of `xtime` for timeouts.
* [phrase library..[@/libs/xpressive/index.html Xpressive]:]
Regular expressions that can be written as strings or as expression templates,
and that can refer to each other and themselves recursively with the power of