[[["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 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."]]],[]]