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

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

package java.util.concurrent;

public interface Executor {
	void execute(Runnable command);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy