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