HenrikBengtsson / future.batchtools

:rocket: R package future.batchtools: A Future API for Parallel and Distributed Processing using batchtools
https://future.batchtools.futureverse.org
84 stars 9 forks source link

CLEANUP: Drop S3 method await() #58

Closed HenrikBengtsson closed 3 years ago

HenrikBengtsson commented 4 years ago

There's no need for S3 generic function await() and S3 method await() for BatchtoolsFuture. These are only used internally. To remove the risk of clashing with another S3 method of the same name, use a internal function instead. It also makes it clear that await() is not part of the Future API.