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

io.github.vipcxj.jasync.ng.runtime.schedule.Task Maven / Gradle / Ivy

package io.github.vipcxj.jasync.ng.runtime.schedule;

import io.github.vipcxj.jasync.ng.spec.JContext;
import io.github.vipcxj.jasync.ng.spec.JThunk;

public interface Task {
    void schedule(JThunk thunk, JContext context);
    void cancel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy