Files
spring-boot-demo/core-beans/output/04-singleton-thread-safety.txt
T

5 lines
218 B
Plaintext

# Two threads call the same singleton; a latch forces the interleaving
UnsafeGreeter (state in a field) : alice's call returned "Hello, bob"
SafeGreeter (state in a local) : alice's call returned "Hello, alice"