List Question
20 TechQA 2023-09-25T12:01:19.060000Java memory visibility outside the synchronized lock
107 views
Asked by Anonemous
When does freeze action happen in java constructor?
149 views
Asked by Роман Григорьев
Does synchronisation with ConcurrentHashMap's .compute() guarantee visibility?
345 views
Asked by Kirill
Visibility guarantee with CompletableFuture's thenAccept
233 views
Asked by Lavish Kothari
Which ARM memory barrier guarantees that one of two threads will observe what the other thread wrote?
903 views
Asked by anonymous
Atomic operation propagation/visibility (atomic load vs atomic RMW load)
1.7k views
Asked by RmbRT
C++11 atomics. visibility and thread.join() / correct way to stop a thread
632 views
Asked by Chronial
How to demonstrate memory visibility problems in Go?
371 views
Asked by stephenbez
Fill a singleton once and access data from all threads in java
79 views
Asked by Caio Rodrigo
Java ConcurrentHashMap.computeIfPresent value modification visibility
1.8k views
Asked by Marin Veršić
If Thread B wishes to see changes Thread A makes, can only the last change be to a volatile variable as opposed to all?
182 views
Asked by Mario Ishac
Spring and Java visibility
208 views
Asked by Vitaliy
Are operations before Thread.start() thread safe in relation to the new thread?
62 views
Asked by LoPoBo
Is it thread safe that java anonymous inner-class implements Runnable and shared outer-class object?
293 views
Asked by lencha
Does atomic variables guarantee memory visibility?
2.1k views
Asked by JamesJenkins
Does a volatile reference really guarantee that the inner state of the object is visible to other threads?
660 views
Asked by Ashutosh A
The main thread randomly doesn't reach end (trying to sum natural numbers in concurrent threads)
82 views
Asked by Happy
Visibility Guarantee
387 views
Asked by CaptainHastings
Visibility issue in java concurrent programming
388 views
Asked by Mandroid
Is volatile needed?
659 views
Asked by fbenoit