List of usage examples for java.util.concurrent Executor interface-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
*/