run method

Option<R> run()

Run the IO and return a Option<R>.

Implementation

Option<R> run() => _run();