[[["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."],[[["The latest version available for `NonCancellableFuture` is 2.63.1, and the page also provides access to many previous versions of the library, ranging from 2.24.0 up to the latest release."],["`NonCancellableFuture` is a class that extends `AbstractApiFuture` and cannot be canceled from outside of its own package, designed for internal use."],["The class's purpose is to represent a future which is not intended to be cancelled by external processes, thus having its external `cancel` method overridden to do nothing."],["The `NonCancellableFuture` class inherits several methods from `AbstractApiFuture` and `Object` such as `addListener`, `get`, `isDone`, `set`, `setException` and many more."],["The `cancel` method for this class takes a boolean parameter `mayInterruptIfRunning` but does not use it, as this class cannot be canceled."]]],[]]