[[["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-03-21 UTC."],[[["This webpage lists the versions of `NonCancellableFuture`, ranging from the latest version 2.63.1 down to 2.7.1, providing links to documentation for each version."],["`NonCancellableFuture` is a class that extends `AbstractApiFuture` and represents a future that cannot be cancelled externally."],["The class `NonCancellableFuture` is designed for internal use but is public for technical reasons, as stated in the provided description."],["It inherits several methods from `AbstractApiFuture`, such as `addListener`, `get`, and `isDone`, and it overrides the `cancel` method to prevent external cancellation."],["The `cancel()` method accepts a boolean parameter `mayInterruptIfRunning`, however, due to it being a non-cancellable future, it will not cancel when called."]]],[]]