Class OOCFuture<T>

java.lang.Object
org.apache.sysds.runtime.ooc.cache.OOCFuture<T>

public class OOCFuture<T> extends Object
Small future implementation for OOC hot paths. It supports multiple synchronous subscribers without the completion-stage support of CompletableFuture.