Markdown lint (#58)

* markdown linter

* format markdown docs

* format exiting markdown docs
This commit is contained in:
Sergey Cheung
2020-09-11 19:42:58 +08:00
committed by GitHub
parent 7f0ec14704
commit 21e811887c
24 changed files with 543 additions and 442 deletions

View File

@@ -1,6 +1,6 @@
# PeriodicalExecutor设计
# 添加任务
## 添加任务
* 当前没有未执行的任务
* 添加并启动定时器
@@ -9,7 +9,7 @@
* 如到,执行所有缓存任务
* 未到,只添加
# 定时器到期
## 定时器到期
* 清除并执行所有缓存任务
* 再等待N个定时周期如果等待过程中一直没有新任务则退出
* 再等待N个定时周期如果等待过程中一直没有新任务则退出