toTaskEither method

TaskEither<L, R> toTaskEither()

Convert this IOEither to TaskEither.

Implementation

TaskEither<L, R> toTaskEither() => TaskEither(() async => run());