What is easiest way to create multithreaded applications with C/C++?

前端 未结 15 1795
遥遥无期
遥遥无期 2021-02-06 11:05

What is the easiest way to create multithreaded applications with C/C++?

15条回答
  •  野的像风
    2021-02-06 11:20

    Boost.Thread is relatively easier because it's portable, well-documented and has high-level API such as scoped_try_lock.

提交回复
热议问题