摘要:
Linux C/C++ 高性能后端 C++11 新特性 C++11 中的thread、mutex、condition、function、bind等新特性,并使用这些新特性实现一个线程池 1. C++11 多线程 linux的线程函数在pthread.h中,c++对linux线程函数进行了类封装,使用 阅读全文
posted @ 2023-04-15 14:34 wsg_blog 阅读(210) 评论(0) 推荐(0)
|
摘要:
Linux C/C++ 高性能后端 C++11 新特性 C++11 中的thread、mutex、condition、function、bind等新特性,并使用这些新特性实现一个线程池 1. C++11 多线程 linux的线程函数在pthread.h中,c++对linux线程函数进行了类封装,使用 阅读全文
posted @ 2023-04-15 14:34 wsg_blog 阅读(210) 评论(0) 推荐(0) |
||