Class Futures

java.lang.Object
io.jenetics.internal.util.Futures

public final class Futures extends Object
Helper method for handĺing future objects.
Since:
8.0
Version:
8.0
  • Method Details

    • join

      public static void join(Iterable<? extends Future<?>> futures)
      Joins the given set of futures.
      Parameters:
      futures - the future objects to join.