run method

Future<A> run(
  1. E env
)

Run the task and return a Future.

Implementation

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