I\'m looking for some easy to use cross-platform threading library written in C++.
What\'s your opinion on boost::thread or Pthreads? Does
boost::thread
Pthreads
List the concerning platforms. If you're only using say, Linux/Mac/Windows, then boost::thread will likely do you fine until C++0x (harhar) provides std::thread.