run abstract method

Future<T> run()

Executes the computation and returns the computation result (or throws the exception), or throws the CancellationException exception.

Implementation

Future<T> run();