Class Uninterruptibles


  • @GwtCompatible(emulated=true)
    public final class Uninterruptibles
    extends Object
    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
    Author:
    Anthony Zana