2020年4月22日
摘要: 翻译自:https://thispointer.com//c11 multithreading part 7 condition variables explained/ 在本文中,我们将通过示例讨论C++ 11多线程中条件变量的用法。 条件变量 条件变量是一种事件,用于在两个或多个线程之间进行信号 阅读全文
posted @ 2020-04-22 15:29 JJ_S 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 翻译自:https://thispointer.com//c11 multithreading part 6 need of event handling/ 在本文中,我们将讨论多线程中事件处理的需要。 有时一个线程需要等待一个事件发生,比如一个条件变为真,或者一个任务由另一个线程完成。 例如,假设 阅读全文
posted @ 2020-04-22 11:59 JJ_S 阅读(372) 评论(0) 推荐(0) 编辑