Merge pull request #59 from JiaYangGo/master

typo
This commit is contained in:
CyC2018 2018-03-15 17:15:29 +08:00 committed by GitHub
commit ee23c9800c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ class MyThread extends Thread {
Executor 管理多个异步任务的执行,而无需程序员显示地管理线程的生命周期。
主要有三种 Excutor
主要有三种 Executor
1. CachedTreadPool一个任务创建一个线程
2. FixedThreadPool所有任务只能使用固定大小的线程