Package io.crossbar.autobahn.wamp.utils
Class CurrentThreadExecutor
java.lang.Object
io.crossbar.autobahn.wamp.utils.CurrentThreadExecutor
- All Implemented Interfaces:
java.util.concurrent.Executor
public class CurrentThreadExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
-
Constructor Summary
Constructors Constructor Description CurrentThreadExecutor() -
Method Summary
Modifier and Type Method Description voidexecute(java.lang.Runnable r)
-
Constructor Details
-
CurrentThreadExecutor
public CurrentThreadExecutor()
-
-
Method Details
-
execute
public void execute(java.lang.Runnable r)- Specified by:
executein interfacejava.util.concurrent.Executor
-