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