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