Author Topic: Announce: just::thread Beta v0.2 Released  (Read 23046 times)

Anthony Williams

  • Administrator
  • Full Member
  • *****
  • Posts: 103
    • View Profile
    • just::thread C++ Thread Library
Announce: just::thread Beta v0.2 Released
« on: October 24, 2008, 12:38:34 PM »
The 0.2 beta release of just::thread is now available. If you would like to test it, please sign up for this forum and go to the Beta Releases discussion board, where it is available for download.

This beta includes the following features missing from the previous beta:

  • Basic documentation
  • Support for additional arguments to the thread constructor
  • Added the missing <stdatomic.h> header.
  • Added missing typedefs to the <cstdatomic> header.
  • Optimized thread class to minimize the number of times the supplied function and arguments are copied.
  • Added new deadlock-detection facility (define _JUST_THREAD_DEADLOCK_CHECK when building).