All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.flash3388.flashlib.util.concurrent.Interrupts Maven / Gradle / Ivy

package com.flash3388.flashlib.util.concurrent;

public final class Interrupts {

    private Interrupts() {}

    public static void preserveInterruptState() {
        Thread.currentThread().interrupt();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy