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
Pthreads are running only on POSIX systems. QThread from Qt is a way to go. It is available on platforms: Linux, Mac OS X, Windows, Embedded Linux, Windows CE, Symbian, Maemo.
QThread
Qt