Constructor and Description |
---|
SerialExecutor(Executor executor)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
execute(Runnable r)
The method to schedule a Runnable task
|
public SerialExecutor(Executor executor)
executor
- Secondary executor to do the actual executionCopyright © 2020. All rights reserved.