public static interface LCCore.MainThreadExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Runnable toExecute)
Execute a task.
|
Runnable |
pop()
Remove and return the next task to execute.
|
Copyright © 2019. All rights reserved.