[[["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 document lists numerous available versions of this class, ranging from version 2.63.1 (latest) down to version 2.7.1, with version 2.54.1 being the active version at the time of reading."],["The `InstantiatingExecutorProvider` class inherits from `java.lang.Object` and implements `ExecutorProvider`, inheriting methods such as `clone()`, `equals()`, and `wait()`."],["The class offers static methods like `newBuilder()` and `newIOBuilder()` to create an `InstantiatingExecutorProvider.Builder` object, along with methods like `getExecutor()`, `getExecutorThreadCount()`, `getThreadFactory()`, `shouldAutoClose()`, and `toBuilder()` for controlling the executor and thread behavior."],["The `getExecutor()` method allows retrieval of the ScheduledExecutorService that is being used."]]],[]]