HenrikBengtsson / future.BatchJobs

:rocket: R package: future.BatchJobs: A Future API for Parallel and Distributed Processing using BatchJobs [Intentionally archived on CRAN on 2021-01-08]
https://cran.r-project.org/package=future.BatchJobs
8 stars 0 forks source link

Update asyncBatchEvalQ() to handle globals just like future package #47

Closed HenrikBengtsson closed 8 years ago

HenrikBengtsson commented 8 years ago

Update asyncBatchEvalQ() to handle globals just like future package. Export that functionality in the future package to be used by async?

HenrikBengtsson commented 8 years ago

UPDATE: Plan is now to make BatchJobsFuture self-contained, cf. Issue #51. After this, then asyncBatchEvalQ() could relying on BatchJobsFuture instead, or more likely, be completely dropped.

HenrikBengtsson commented 8 years ago

Decided to drop asyncBatchEvalQ(), because it's not part of the basic future API.