We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b42f6 commit 77a8071Copy full SHA for 77a8071
Multithread/停止線程.md
@@ -15,7 +15,7 @@
15
- 暫停當前正在執行的線程對象,並執行其他線程。
16
17
## Example
18
-```
+```java
19
public class StopThread implements Runnable {
20
21
private boolean flag = true;//定義標記以停止線程
0 commit comments