Skip to content

Commit cadad89

Browse files
committed
添加简易版本线程池封装
1 parent cf83964 commit cadad89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EasyExecutor/src/main/java/com/yc/easyexecutor/DelegateTaskExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void executeOnMainThread(@NonNull Runnable runnable) {
104104
}
105105

106106
/**
107-
* 使用HandlerThread和handler处理消息
107+
* 使用Handler和handler处理消息
108108
*
109109
* @return MainThreadExecutor
110110
*/

0 commit comments

Comments
 (0)