![JAR search and dependency download from the Maven repository](/logo.png)
marcel.util.concurrent.ExecutorServiceFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marcel-stdlib Show documentation
Show all versions of marcel-stdlib Show documentation
Standard library of Marcel Lang
The newest version!
package marcel.util.concurrent;
import java.util.concurrent.ExecutorService;
/**
* Interface to create a new executor
*/
public interface ExecutorServiceFactory {
/**
* Creates a new ExecutorService
* @return the newly created executor service
*/
ExecutorService newInstance();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy