abstract fun thenRun(runnable: Runnable): AsyncCompletion
(source)
Returns a new completion that, when this result completes normally, completes after given action is executed.
runnable
- The action to execute before completing the returned completion.
Return
A completion.