[[["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."],[[["The latest version available for `FixedExecutorProvider` is 2.63.1, while the page's version is 2.18.7."],["`FixedExecutorProvider` is an `ExecutorProvider` that consistently returns the same executor."],["This class implements the `ExecutorProvider` interface, inheriting members from the `java.lang.Object` class, such as `clone()`, `equals(Object)`, and `toString()`."],["You can create a `FixedExecutorProvider` instance using the `create(ScheduledExecutorService executor)` static method, which accepts a `ScheduledExecutorService`."],["The `getExecutor()` method retrieves the executor being used, and the `shouldAutoClose()` method determines if the containing client class should close the executor."]]],[]]