FutureTask.this

Creates a {@code FutureTask} that will, upon running, execute the given {@code Callable}.

@param callable the callable task @throws NullPointerException if the callable is null

  1. this(Callable!(V) callable)
    class FutureTask(V)
    this
  2. this(Runnable runnable)
  3. this(Runnable runnable, V result)

Meta