有没有人知道一个轻便的便携式C线程库,可以在
Windows,Linux和Mac OS X上工作?
具体在我的情况下,我做了一个模拟器,每次通过导出模拟数据.我想运行一个线程(模拟),一次启动另一个线程(导出).唯一的条件是:如果导出线程启动等待直到完成,然后再开始一个新的.
谢谢
解决方法
TinyThread++怎么样?
Need portable threads for your C++
app? Is C++0x unavailable for your
target compiler(s)? Is Boost too
large?Then you need TinyThread++!
TinyThread++ implements a fairly compatible subset of the C++0x thread management classes.