Package io.anyline2.legacy
Class AnylineWorkerThreadPool
-
- All Implemented Interfaces:
public class AnylineWorkerThreadPool
-
-
Method Summary
Modifier and Type Method Description static AnylineWorkerThreadPoolgetInstance()voidshutDownPool()ListenableFuture<out Object>execute(Callable<out Object> callable)synchronized voidexecute(Runnable runnable)voidcancel()-
-
Method Detail
-
getInstance
static AnylineWorkerThreadPool getInstance()
-
shutDownPool
void shutDownPool()
-
cancel
void cancel()
-
-
-
-