MLCN

  • c++ thread join详解

    一、thread join是什么 在c++11标准中,thread是一种可移植的创建线程的方式,thread join是一种用于等待线程执行结束的机制。比如在一个主线程中创建了一个…

    编程 2024-11-01