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

com.englishtown.promises.Scheduler Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
package com.englishtown.promises;

/**
 * Scheduler to run tasks
 */
public interface Scheduler {

    void enqueue(Runnable task);

    void afterQueue(Runnable task);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy