Class LazyFuture<X>

  • Type Parameters:
    X - result type
    All Implemented Interfaces:
    java.util.concurrent.Future<X>

    public abstract class LazyFuture<X>
    extends LatchedLazyFuture<X>
    A simple calculation future for cross-thread result sharing and optional eager parallelism via LatchedLazyFuture.withRunningThread().
    • Constructor Detail

      • LazyFuture

        public LazyFuture()