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

io.github.mike10004.nanochamp.repackaged.fi.iki.elonen.FlushManager Maven / Gradle / Ivy

package io.github.mike10004.nanochamp.repackaged.fi.iki.elonen;

public interface FlushManager {

    interface FlushTicket extends AutoCloseable {
        @Override
        void close();
    }

    FlushTicket open();

    void flush() throws InterruptedException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy