Good c++ lib for threading

后端 未结 4 554
小蘑菇
小蘑菇 2021-01-06 11:02

I prefer a lib solely based on pthreads. What is a good c++ lib to for threading?

4条回答
  •  太阳男子
    2021-01-06 11:41

    • Boost Threads seems a pretty obvious suggestion.
    • Also if you need some concurrency, but don't want to play that much with the threads, than maybe Futures (see also Boost mailing lists)?

提交回复
热议问题