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

io.leoplatform.sdk.ExecutorManager Maven / Gradle / Ivy

The newest version!
package io.leoplatform.sdk;

import java.util.concurrent.Executor;

public interface ExecutorManager {
    Executor get();

    void add(Runnable r);

    void end();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy