标签:主线程 join() for 完成 tail ini tps arm href
- https://blog.csdn.net/frankarmstrong/article/details/55504161
- https://stackoverflow.com/questions/15956231/what-does-this-thread-join-code-mean
- https://stackoverflow.com/questions/9366264/what-does-it-mean-to-join-a-thread
- https://en.wikipedia.org/wiki/Fork%E2%80%93join_model
- http://www.infoq.com/cn/articles/fork-join-introduction
2.1 The thread(一般是主线程main thread)calls t1.join() to wait for the t1 thread to finish.
2.2 就像是对t1说, "Come on, Join us!"
标签:主线程 join() for 完成 tail ini tps arm href
原文地址:https://www.cnblogs.com/allen2333/p/8906082.html