Method Concurrent.Future()->recover_with()
- Method recover_with
this_program
recover_with(function
(mixed
,mixed
... :this_program
)fun
,mixed
...extra
)- Description
Return a Future that will be fulfilled with either the fulfilled result of this Future, or the fulfilled result of applying
fun
with the failed result followed byextra
.