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

io.adtrace.sdk.scheduler.ThreadExecutor Maven / Gradle / Ivy

There is a newer version: 2.6.1
Show newest version
package io.adtrace.sdk.scheduler;

import java.util.concurrent.Callable;
import java.util.concurrent.Future;

/**
 * AdTrace android SDK (https://adtrace.io)
 * Created by Nasser Amini (github.com/namini40) on April 2022.
 * Notice: See LICENSE.txt for modification and distribution information
 *                   Copyright © 2022.
 */

public interface ThreadExecutor {
    void submit(Runnable task);
    void teardown();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy