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

com.github.unclecatmyself.common.pool.Scheduled Maven / Gradle / Ivy

package com.github.unclecatmyself.common.pool;

import java.util.concurrent.ScheduledFuture;

/**
 * Create by UncleCatMySelf in 2018/12/06
 **/
@FunctionalInterface
public interface Scheduled {

    ScheduledFuture submit(Runnable runnable);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy