Asynchronous function call for C++

前端 未结 8 724
面向向阳花
面向向阳花 2021-02-09 17:38

I need a hint how to implement asynchronous function calls in C/C++ ( or names of frameworks/API calls for windows and/or linux )

The use case is following: A parent thr

8条回答
  •  难免孤独
    2021-02-09 18:14

    I suggest you check out http://www.threadingbuildingblocks.org/.

    The Task class (http://cache-www.intel.com/cd/00/00/30/11/301114_301114.pdf#page=95) may be a starting point.

提交回复
热议问题