TinyThread++ is a portable, minimalist implementation of a subset of the C++0x thread classes. The latest release is the first production/stable version, after several months of beta testing in various projects.
TinyThread++ is a portable, minimalist implementation of a subset of the C++0x thread classes. The latest release adds support for putting a thread to sleep (this_thread::sleep_for()), and has slightly improved documentation.
TinyThread++ is a portable, minimalist implementation of a subset of the C++0x thread classes. The latest release fixes tiny Win32 memory leaks, and makes the library even more standards compliant.
TinyThread++ is a portable, minimalist implementation of a subset of the C++0x thread classes. The latest release makes the library even more standards compliant.
Added a fast_mutex class (inline assembler), and fixed some portability issues.
The TinyThread++ library is a portable C++ threads library, similar to the C++0x standard. This version adds support for thread-local storage (TLS).
Some minor changes: Added support for get_id() (including the id() class, and the this_thread namespace).
This is a minor update. The fractal generator demo is a bit more colorful, and a few compiler warnings were fixed.
This release includes better documentation, better C++0x conformance, and a new test application: a multi threaded fractal generator.
The first release of TinyThread++ has been made public. It is currently a very minimal thread package, but quite enough to make a fully fledged multi threaded C++ application with minimal overhead.