Modifier and Type | Interface and Description |
---|---|
static interface |
TaskChainTasks.AsyncExecutingFirstTask<R> |
static interface |
TaskChainTasks.AsyncExecutingGenericTask |
Modifier and Type | Method and Description |
---|---|
<R> TaskChain<R> |
TaskChain.asyncCallback(TaskChainTasks.AsyncExecutingTask<R,T> task)
TaskChain#syncCallback(AsyncExecutingTask) but ran off main thread |
<R> TaskChain<R> |
TaskChain.currentCallback(TaskChainTasks.AsyncExecutingTask<R,T> task)
TaskChain#syncCallback(AsyncExecutingTask) but ran on current thread the Chain was created on |
<R> TaskChain<R> |
TaskChain.syncCallback(TaskChainTasks.AsyncExecutingTask<R,T> task)
Execute a task on the main thread, with the last output, and a callback to return the response to.
|
Copyright © 2018. All rights reserved.