run method

Future<Either<L, R>> run()

Run the task and return a Future<Either<L, R>>.

Implementation

Future<Either<L, R>> run() => _run();