DavisVaughan / furrr

Apply Mapping Functions in Parallel using Futures
https://furrr.futureverse.org/
Other
698 stars 40 forks source link

Resume after interruption #249

Closed rfsaldanha closed 1 year ago

rfsaldanha commented 1 year ago

This is not an issue but a suggestion.

Some computations even in parallel may take a long time and it will be useful to have a way to resume the computation after a user interruption of the process.

DavisVaughan commented 1 year ago

Unfortunately I think that is out of scope for furrr. I appreciate the suggestion though