Companion
object Companion
Functions
Link copied to clipboard
fun <T : PotentiallyPartialResult, F : TreeFuture<T>> trackAndRunTreeFuture(treeFuture: F, futureList: MutableList<F>, source: Int, mutex: Any, futureExecutionListener: TreeFuture.FutureExecutionListener?): TreeFuture.TreeFutureResult<T>
Given a provided tree-future, this method will track it via a given list, and run it.