Java Concurrency in Practice¶
Goetz, B., Peierls, Bloch, Bowbeer, Holmes, & Lea, D. (2006). Java Concurrency in Practice. Addison-Wesley.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Immutability
- These eliminate whole classes of concurrency bugs, because no shared value can change underneath a concurrent reader, and they make caching, memoization, and structural sharing safe by default.
This sourceEstablishes that immutable objects are inherently thread-safe and can be shared freely without synchronization or defensive copying, eliminating whole classes of concurrency hazards and providing referential stability for any holder of a reference.
- These eliminate whole classes of concurrency bugs, because no shared value can change underneath a concurrent reader, and they make caching, memoization, and structural sharing safe by default.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:0f3d2486b023 · see in the full table