Method Concurrent.Future()->recover_with()
- Method recover_with
this_programrecover_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
funwith the failed result followed byextra.