Good c++ lib for threading

后端 未结 4 576
小蘑菇
小蘑菇 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:28

    Also, also, if you need some concurrency, but don't want to play that much with the threads, then you could look at Thread Building Blocks.

提交回复
热议问题