Skip to content

Commit 22676d0

Browse files
committed
线程池
1 parent b8ead56 commit 22676d0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

MD/ThreadPoolExecutor.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
以一个使用较多的
1313

14-
`ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, RejectedExecutionHandler handler) `
14+
```java
15+
ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, RejectedExecutionHandler handler)
16+
```
1517

1618
为例:
1719

0 commit comments

Comments
 (0)