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