Files
spring-boot-demo/core-beans/output/12-blocking-vs-async-stop.txt
T

5 lines
227 B
Plaintext

# Three SmartLifecycle beans in the SAME phase, each needing 400 ms to stop
stop(Runnable) blocks (the default) : close() took >= 1100 ms (sequential)
stop(Runnable) returns immediately : close() took < 800 ms (concurrent)