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