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

tech.powerjob.server.solon.common.timewheel.TimerTask Maven / Gradle / Ivy

The newest version!
package tech.powerjob.server.solon.common.timewheel;

/**
 * 时间任务接口
 *
 * @author tjq
 * @since 2020/4/2
 */
@FunctionalInterface
public interface TimerTask extends Runnable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy