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

java.util.concurrent.RunnableFuture Maven / Gradle / Ivy

package java.util.concurrent;

public interface RunnableFuture extends Runnable, Future {
	void run();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy