C++ std::thread(标准版本≤17)
原文英文,约100词,阅读约需1分钟。
📝
内容提要
C++ std::thread(标准版本≤17)的构造函数包括:thread() noexcept 和 thread(thread&& other) noexcept。
🏷️