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.
Log in to post a comment.