Package EDU.oswego.cs.dl.util.concurrent
Class DirectExecutor
- java.lang.Object
-
- EDU.oswego.cs.dl.util.concurrent.DirectExecutor
-
-
Constructor Summary
Constructors Constructor Description DirectExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(java.lang.Runnable command)
Execute the given command directly in the current thread.
-