public class ExecutionContext extends Object
ExecutionContext(Context context)
void
run(Task<?> task)
<T> void
run(Task<T> task, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExecutionContext(Context context)
public <T> void run(Task<T> task, T value)
public void run(Task<?> task)
Copyright © 2020. All rights reserved.