[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]