[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage details the `InstantiatingExecutorProvider` class, which is an `ExecutorProvider` that generates a new `ScheduledExecutorService` each time `getExecutor()` is invoked."],["The class `InstantiatingExecutorProvider` has static methods `newBuilder()` and `newIOBuilder()` that return a `Builder` to facilitate the instantiation of the class."],["`getExecutor()` method returns the `ScheduledExecutorService` which is the current executor in use."],["The class allows for customization of the number of threads via `getExecutorThreadCount()`, and the naming of threads via `getThreadFactory()` method."],["The method `shouldAutoClose()` indicates whether the created executor should be automatically closed by the client."]]],[]]