NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
定时调度器

异步定时器工具 更多...

定时调度器 的协作图:

class  timer_scheduler< Clock >
 定时任务调度器 更多...
class  basic_timer< Clock >
 基本定时器 更多...

类型定义

using steady_timer = basic_timer<steady_clock>
 基于稳定时钟的定时器
using system_timer = basic_timer<system_clock>
 基于系统时钟的定时器

详细描述

异步定时器工具