arrow-fx-coroutines / arrow.fx.coroutines / CircuitBreaker / protect
suspend fun <A> ~~protect~~(fa: suspend () -> A): A
Deprecated: #protect is being renamed to protectOrThrow
Returns a new task that upon execution will execute the given task, but with the protection of this circuit breaker.
Do you like Arrow?
✖