You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Timeouts executor lazily initialized and re-creatable
Replace the static final ExecutorService with a lazily-created one so
that shutdown() doesn't permanently break subsequent container operations.
The executor is re-created transparently on next use.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments