Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01JoVmf2fWvcpoXndcDSwRf7
5 lines
227 B
Plaintext
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)
|