更新 README.md

master
极简美 2019-06-01 10:38:37 +08:00 committed by Gitee
parent a9ac521d91
commit f6286f4885
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ TIMER_DEINIT(name);
3. **添加和删除定时任务** 3. **添加和删除定时任务**
``` ```
TIMER_ADD(name, itimespec, repeat, cb, data); TIMER_ADD(name, itimespec, repeat, cb, data, rb);
TIMER_DEL(name, timerfd); TIMER_DEL(name, timerfd);
``` ```