Skip to content
Merged

typo #59

Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notes/Java 并发.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class MyThread extends Thread {

Executor 管理多个异步任务的执行,而无需程序员显示地管理线程的生命周期。

主要有三种 Excutor:
主要有三种 Executor

1. CachedTreadPool:一个任务创建一个线程;
2. FixedThreadPool:所有任务只能使用固定大小的线程;
Expand Down