rstudio / promises

A promise library for R
https://rstudio.github.io/promises
Other
198 stars 19 forks source link

Handle FutureError:s during future::resolved() #37

Closed HenrikBengtsson closed 4 years ago

HenrikBengtsson commented 5 years ago

Handle FutureError:s during future::resolved() by discarding the corrupt future. Same for future::value().

This addresses https://github.com/HenrikBengtsson/future/issues/261

HenrikBengtsson commented 5 years ago

@jcheng5, pinging you here too in case you don't get notification on https://github.com/HenrikBengtsson/future/issues/261

HenrikBengtsson commented 4 years ago

A friendly reminder about this one

HenrikBengtsson commented 4 years ago

@jcheng5 et al., did you forget about this one? It addresses the problem that you raised over at HenrikBengtsson/future#261, e.g. when background R workers die for various reasons.

jcheng5 commented 4 years ago

Gah, sorry. @wch this LGTM