Files
KSpigot/docs/-k-spigot/net.axay.kspigot.runnables/then-async.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

504 B

title
title
thenAsync -

//KSpigot/net.axay.kspigot.runnables/thenAsync

thenAsync

[jvm]
Content
fun <T, R, U> ChainedRunnablePart<T, R>.thenAsync(runnable: (R) -> U): ChainedRunnablePartThen<R, U>