Class Uninterruptibles

java.lang.Object
com.google.common.util.concurrent.Uninterruptibles

@Beta @Deprecated(since="2022-12-01") public final class Uninterruptibles extends Object
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
Utilities for treating interruptible operations as uninterruptible. In all cases, if a thread is interrupted during such a call, the call continues to block until the result is available or the timeout elapses, and only then re-interrupts the thread.
Since:
10.0