[[["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 document outlines the `InstantiatingExecutorProvider` class, which is an `ExecutorProvider` that generates a new `ScheduledExecutorService` each time `getExecutor()` is invoked."],["The latest available version for this class is 2.63.1, and numerous past versions are also documented, ranging back to 2.7.1."],["The class implements `ExecutorProvider` and inherits from `java.lang.Object`, providing access to inherited members such as `clone()`, `equals()`, and `hashCode()`."],["Key methods include `getExecutor()` to retrieve the `ScheduledExecutorService`, `getExecutorThreadCount()` to specify the thread count, and `getThreadFactory()` to return a thread-factory for creating named threads."],["Static factory methods `newBuilder()` and `newIOBuilder()` are available to create a `InstantiatingExecutorProvider.Builder`, while the `toBuilder()` method is available to return a `InstantiatingExecutorProvider.Builder` as well."]]],[]]