com.javaoffers.batis.modelhelper.utils.CommonExecutor Maven / Gradle / Ivy
package com.javaoffers.batis.modelhelper.utils;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
/**
* @author mingJie
*/
public class CommonExecutor {
public static final ScheduledExecutorService oneFixedScheduledThreadPool = Executors.newSingleThreadScheduledExecutor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy