thread_safety.qbk 532 B

123456789101112131415
  1. [section:threads Thread Safety]
  2. The library is fully thread safe and re-entrant for all functions
  3. regards of the data type they are instantiated on. Thread safety
  4. limitations relating to user defined types present in previous
  5. releases (prior to 1.50.0) have been removed.
  6. [endsect] [/section:threads Thread Safety]
  7. [/
  8. Copyright 2006 John Maddock and Paul A. Bristow.
  9. Distributed under the Boost Software License, Version 1.0.
  10. (See accompanying file LICENSE_1_0.txt or copy at
  11. http://www.boost.org/LICENSE_1_0.txt).
  12. ]