attempt

open fun attempt(): Cont<R, Result<A>>

Runs the Cont and captures any NonFatal exception into Result.

Sources

common source
Link copied to clipboard