cn.schoolwow.data.thread.work.loop.LoopDataThreadHandler Maven / Gradle / Ivy
package cn.schoolwow.data.thread.work.loop;
public interface LoopDataThreadHandler {
/**
* 多线程处理分段列表
* @param currentIndex 当前下标
* */
void handleLoop(int currentIndex) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy