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

cn.jiangzeyin.util.system.interfaces.UtilSystemExecutorService Maven / Gradle / Ivy

package cn.jiangzeyin.util.system.interfaces;

import java.util.concurrent.ThreadPoolExecutor;

/**
 * @author jiangzeyin
 * Created by jiangzeyin on 2017/2/16.
 */
public interface UtilSystemExecutorService {

    ThreadPoolExecutor newCachedThreadPool(Class cls);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy