B
barcaroller
If this is not the right newsgroup for "C++ threads", please consider this
message off-topic and ignore it.
---------------------------------------------
I am writing a multi-threaded application in C++ (on Linux) and I'm
wondering whether there are any recommendations on which C++ threads to use.
The options I've found so far are:
POSIX threads (C interface)
C++ Threads (from SourceForge)
Boost.Threads
There must be others. Any recommendations?
message off-topic and ignore it.
---------------------------------------------
I am writing a multi-threaded application in C++ (on Linux) and I'm
wondering whether there are any recommendations on which C++ threads to use.
The options I've found so far are:
POSIX threads (C interface)
C++ Threads (from SourceForge)
Boost.Threads
There must be others. Any recommendations?