Package io.rong.imkit.utils
Class ExecutorHelper
-
- All Implemented Interfaces:
public class ExecutorHelper
-
-
Constructor Summary
Constructors Constructor Description ExecutorHelper()
-
Method Summary
Modifier and Type Method Description static ExecutorHelper
getInstance()
Executor
diskIO()
Executor
networkIO()
Executor
compressExecutor()
Executor
mainThread()
-
-
Method Detail
-
getInstance
static ExecutorHelper getInstance()
-
diskIO
Executor diskIO()
-
networkIO
Executor networkIO()
-
compressExecutor
Executor compressExecutor()
-
mainThread
Executor mainThread()
-
-
-
-