Structs§
Functions§
- block_
on_ rt - Used to use asynchronous tasks in Timer [用于在代码中使用异步任务]
- init_
schedule - init schedule system [用于初始化调度系统,通过Config]
- spawn_
date - create a new ticker action [创建一个计时器任务]
- spawn_
rt - Used to use asynchronous tasks in Timer [用于在代码中使用异步任务]
- spawn_
ticker - create a new ticker action [创建一个计时器任务]
- spawn_
trait - create a new trait ticker action [创建一个Trait模式计时器任务]
- stop_
ticker - stop a ticker action [停止一个计时器任务]
- wait_
forever - wait main thread forever [永远阻塞主线程,非必须调用]