Companion
object Companion
Functions
Link copied to clipboard
fun all(first: DurableFuture<*>, second: DurableFuture<*>, vararg others: DurableFuture<*>): DurableFuture<Unit>
Link copied to clipboard
fun any(first: DurableFuture<*>, second: DurableFuture<*>, vararg others: DurableFuture<*>): DurableFuture<Int>