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

com.zipwhip.executors.NullExecutor Maven / Gradle / Ivy

package com.zipwhip.executors;

import java.util.concurrent.Executor;

/**
 * Created by IntelliJ IDEA.
 * User: Russ
 * Date: 9/2/12
 * Time: 5:11 PM
 */
public class NullExecutor implements Executor {
    @Override
    public void execute(Runnable command) {
        // fuck em, don't execute.
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy