Example usage for java.util.concurrent Executor interface-usage

List of usage examples for java.util.concurrent Executor interface-usage

Introduction

In this page you can find the example usage for java.util.concurrent Executor interface-usage.

Usage

From source file no.digipost.android.gui.content.ThreadPerTaskExecutor.java

class ThreadPerTaskExecutor implements Executor {
    public void execute(Runnable r) {
        new Thread(r).start();
    }
}

From source file edu.mayo.qdm.executor.drools.DroolsExecutor.java

/**
 * The Class DroolsExecutor.
 *
 * @author <a href="mailto:kevin.peterson@mayo.edu">Kevin Peterson</a>
 */
@Component

From source file org.openrdf.sail.federation.Federation.java

/**
 * Union multiple (possibly remote) Repositories into a single RDF store.
 * 
 * @author James Leigh
 * @author Arjohn Kampman
 */

From source file org.eclipse.rdf4j.sail.federation.Federation.java

/**
 * Union multiple (possibly remote) Repositories into a single RDF store.
 * 
 * @author James Leigh
 * @author Arjohn Kampman
 */