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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(java.lang.Runnable r)
-