基於c++11實現的小型定時器

第一次寫博客,先放代碼吧... 頭文件: #ifndef __TIMERFUNC_H__ #define __TIMERFUNC_H__ #include <vector> #include <thread> #include <memory> #include <functional> #include <iostream> #include <mutex> class TimerElem
相關文章
相關標籤/搜索