HenrikBengtsson / future.callr

:rocket: R package future.callr: A Future API for Parallel Processing using 'callr'
https://future.callr.futureverse.org
62 stars 1 forks source link

CLEANUP: Drop S3 method await() #10

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 CallrFuture. 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.