java.lang.Object
EDU.oswego.cs.dl.util.concurrent.DirectExecutor
public class DirectExecutor
extends Object
implements Executor
void
execute(Runnable command)
public void execute(Runnable command) throws InterruptedException
Execute the given command directly in the current thread. Specified by:execute in interface Executor