net.yudichev.jiotty.common.async.SchedulingExecutor Maven / Gradle / Ivy
package net.yudichev.jiotty.common.async;
import net.yudichev.jiotty.common.lang.Closeable;
import java.util.concurrent.Executor;
public interface SchedulingExecutor extends Executor, Closeable, Scheduler {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy