thenAsync

fun <T, R, U> ChainedRunnablePart<T, R>.thenAsync(runnable: (R?) -> U): ChainedRunnablePart<R, U>