void execute(Runnable command)
Executes the given command on a background thread at some time in the future.
Parameters
Name | Description |
command | The runnable task. |
Return
Nothing returned
Executes the given command on a background thread at some time in the future.
Name | Description |
command | The runnable task. |
Nothing returned