thenSync

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