futureverse / future

:rocket: R package: future: Unified Parallel and Distributed Processing in R for Everyone
https://future.futureverse.org
954 stars 85 forks source link

Fix next seed check as in `future.apply` #749

Open jemus42 opened 13 hours ago

jemus42 commented 13 hours ago

This fixes the same rare bug as reported here https://github.com/futureverse/future.apply/issues/122 in the same way as in furrr here https://github.com/DavisVaughan/furrr/pull/272.