run method

Either<L, R> run()

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

Implementation

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