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