# 02定时器管理 **Repository Path**: my-projects_3/02-timer-management ## Basic Information - **Project Name**: 02定时器管理 - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-28 - **Last Updated**: 2024-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个完备的定时器管理单列类代码 包含调用TimerManager方法 addTimer 支持可变参数,lamda表达式 removeTimer 可根据定时器ID移除定时器 TimerManager无定时任务时条件变量阻塞线程