run method

Future<Option<R>> run()

Run the task and return a Future<Option<R>>.

Implementation

Future<Option<R>> run() => _run();