public class CoroutinesExecutor
extends java.lang.Object
| Constructor and Description |
|---|
CoroutinesExecutor() |
CoroutinesExecutor(boolean backgroundFlag) |
| Modifier and Type | Method and Description |
|---|---|
void |
setThreadCount(int threadCount) |
void |
start(Coroutine coroutine) |
void |
stop(Coroutine coroutine) |