Java out-of-thin-air Safety
Out-of-thin-air safety is the safety guarantee that when a thread reads a variable without synchronization it may see a stale value, but the value will be one set by a thread, not some random value.
欢迎来到Riguz的小站!这是一个私人wiki,用来记录一些我的笔记。
Out-of-thin-air safety is the safety guarantee that when a thread reads a variable without synchronization it may see a stale value, but the value will be one set by a thread, not some random value.