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