Package io.ably.lib.util
Class CurrentThreadExecutor
- java.lang.Object
-
- io.ably.lib.util.CurrentThreadExecutor
-
- All Implemented Interfaces:
CloseableExecutor,java.lang.AutoCloseable,java.util.concurrent.Executor
public class CurrentThreadExecutor extends java.lang.Object implements CloseableExecutor
-
-
Field Summary
Fields Modifier and Type Field Description static CurrentThreadExecutorINSTANCE
-
Constructor Summary
Constructors Constructor Description CurrentThreadExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidexecute(java.lang.Runnable runnable)
-
-
-
Field Detail
-
INSTANCE
public static CurrentThreadExecutor INSTANCE
-
-