public final class HoneycombAsyncTaskExecInterface extends java.lang.Object implements AsyncTaskExecInterface
AsyncTask
returns to serial execution by default which is undesirable.
This calls Honeycomb-only APIs to request parallel execution.Constructor and Description |
---|
HoneycombAsyncTaskExecInterface() |
Modifier and Type | Method and Description |
---|---|
<T> void |
execute(android.os.AsyncTask<T,?,?> task,
T... args) |
public <T> void execute(android.os.AsyncTask<T,?,?> task, T... args)
execute
in interface AsyncTaskExecInterface