|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
异步定时器 更多...
#include "NeForce/core/async/atomic.hpp"#include "NeForce/core/async/condition_variable.hpp"#include "NeForce/core/async/thread.hpp"#include "NeForce/core/container/map.hpp"#include "NeForce/core/container/set.hpp"#include "NeForce/core/functional/function.hpp"类 | |
| class | timer_scheduler< Clock > |
| 定时任务调度器 更多... | |
| class | basic_timer< Clock > |
| 基本定时器 更多... | |
类型定义 | |
| using | steady_timer = basic_timer<steady_clock> |
| 基于稳定时钟的定时器 | |
| using | system_timer = basic_timer<system_clock> |
| 基于系统时钟的定时器 | |