Class FutureUtils

java.lang.Object
VASSAL.tools.concurrent.FutureUtils

public class FutureUtils extends Object
Since:
3.1
Author:
Joel Uckelman
  • Method Details

    • wait

      public static void wait(Future<?> future)
      Waits on a Future to complete.
      Parameters:
      future - the Future on which to wait