Skip to content

Commit 42db6de

Browse files
committed
see 05/23 log
1 parent 0108c79 commit 42db6de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

utilcode/README-CN.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -630,12 +630,13 @@ executeBySingleAtFixRate: 在单线程池按固定频率执行任务
630630
executeByIo : 在 IO 线程池执行任务
631631
executeByIoWithDelay : 在 IO 线程池延时执行任务
632632
executeByIoAtFixRate : 在 IO 线程池按固定频率执行任务
633-
executeByCpu : 在 Cpu 线程池执行任务
634-
executeByCpuWithDelay : 在 Cpu 线程池延时执行任务
635-
executeByCpuAtFixRate : 在 Cpu 线程池按固定频率执行任务
633+
executeByCpu : 在 CPU 线程池执行任务
634+
executeByCpuWithDelay : 在 CPU 线程池延时执行任务
635+
executeByCpuAtFixRate : 在 CPU 线程池按固定频率执行任务
636636
executeByCustom : 在自定义线程池执行任务
637637
executeByCustomWithDelay: 在自定义线程池延时执行任务
638638
executeByCustomAtFixRate: 在自定义线程池按固定频率执行任务
639+
cancel : 取消任务的执行
639640
isMainThread : 判断当前是否主线程
640641
```
641642

0 commit comments

Comments
 (0)