Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ca160a9

Browse files
authored
Update README.md
1 parent 191b0dc commit ca160a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ You can register retry listeners and configuration on an `AsyncCallExecutor` in
457457
synchronous `CallExecutor`. All calls in all threads that are triggered from an `AsyncCallExecutor` after its
458458
construction will use the same listeners and configuration.
459459
460+
It's important to note that a Java `ExecutorService` will not shut down automatically when there is no additional work to do. It will hang onto threads indefinitely until you shut it down. If you need a reference to the `ExecutorService` being used by you instance of `AsyncCallExecutor` you can use the `getThreadExecutorService()` method and then call `shutdown()` or `shutdownNow()`.
461+
460462
All of this async and threading functionality is new as of `0.9.0` and may need some time to settle before it is
461463
completely stable and mature.
462464

0 commit comments

Comments
 (0)