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

com.fireflysource.common.io.AsyncCloseable Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.fireflysource.common.io;

import java.io.Closeable;
import java.util.concurrent.CompletableFuture;

public interface AsyncCloseable extends Closeable {

    CompletableFuture closeFuture();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy