run method

Future<A> run()

Run the task and return a Future.

Implementation

Future<A> run() => _run();