public class AsyncTasks
extends java.lang.Object
Constructor and Description |
---|
AsyncTasks() |
Modifier and Type | Method and Description |
---|---|
static <P> void |
safeExecuteOnExecutor(android.os.AsyncTask<P,?,?> asyncTask,
P... params)
Starting with Honeycomb, default AsyncTask#execute behavior runs the tasks serially.
|
static void |
setExecutor(java.util.concurrent.Executor executor) |
public static void setExecutor(java.util.concurrent.Executor executor)
public static <P> void safeExecuteOnExecutor(android.os.AsyncTask<P,?,?> asyncTask, P... params)