C++ master/worker

前端 未结 6 2324
忘了有多久
忘了有多久 2021-02-10 01:54

I am looking for a cross-platform C++ master/worker library or work queue library. The general idea is that my application would create some sort of Task or Work objects, pass

6条回答
  •  失恋的感觉
    2021-02-10 02:08

    I think this calls for intel's Threading Building Blocks, which pretty much does what you want.

提交回复
热议问题