Is there any cross-platform threading library in C/C++?
- by NumberFour
Hello,
I'm looking for some easy to use cross-platform threading library written in C/C++.
What's your opinion on boost::thread or Pthreads?
Does Pthreads run only on POSIX compliant systems?
What about the threading support in the Qt library?
Thanks for any hints.