runToExit abstract method

Future<Exit<A, E>> runToExit([
  1. Context<R>? context
])

Runs this effect and returns an Exit

Implementation

Future<Exit<A, E>> runToExit([Context<R>? context]);