基于c++11实现的小型定时器

第一次写博客,先放代码吧... 头文件: #ifndef __TIMERFUNC_H__ #define __TIMERFUNC_H__ #include <vector> #include <thread> #include <memory> #include <functional> #include <iostream> #include <mutex> class TimerElem
相关文章
相关标签/搜索