Not really a question, more of a reference list:
Boost.Thread was heavily modified since 1.34, to conform to upcoming C++0x standard. Thus, most tutorials I can find on the web can be considered obsolete.
Today, Boost's version is 1.37, and the only links I found on the web were:
- Boost 1.37 Threads http://www.boost.org/doc/libs/1_37_0/doc/html/thread.html
- What's New in Boost Threads? Recent changes to the Boost Thread library http://www.ddj.com/cpp/211600441
- C++ - Thread mutex question http://en.allexperts.com/q/C-1040/2008/12/Thread-mutex-question.htm (not sure about this one)
Do you know of other, unreferenced Boost 1.37 Thread tutorials (including books)?
Thanks,