Multithreaded job queue manager

前端 未结 11 2114
情话喂你
情话喂你 2020-12-22 18:42

I need to manage CPU-heavy multitaskable jobs in an interactive application. Just as background, my specific application is an engineering design interface. As a user tweaks

11条回答
  •  旧巷少年郎
    2020-12-22 19:39

    You may like to look at Intel Thread Building Blocks. I beleave it does what you want and with version 2 it's Open Source.

提交回复
热议问题