FutureTask.run

Sets the result of this future to the given value unless this future has already been set or has been cancelled.

<p>This method is invoked internally by the {@link #run} method upon successful completion of the computation.

@param v the value

  1. void run()
    class FutureTask(V)
    static if(is(V == void))
    void
    run
    ()
  2. void run()

Meta