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

com.javaoffers.batis.modelhelper.utils.CommonExecutor Maven / Gradle / Ivy

There is a newer version: 3.5.11.12
Show newest version
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