mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-14 16:14:27 +08:00
auto commit
This commit is contained in:
@ -420,8 +420,6 @@ for(int i = 0; i < 5; i++) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
> [JAVA 线程池的分析和使用](http://www.infoq.com/cn/articles/java-threadPool/)
|
|
||||||
|
|
||||||
# 七、volatile
|
# 七、volatile
|
||||||
|
|
||||||
保证了内存可见性和禁止指令重排,没法保证原子性。
|
保证了内存可见性和禁止指令重排,没法保证原子性。
|
||||||
|
Reference in New Issue
Block a user