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.
There's no need for S3 generic function
await()
and S3 methodawait()
forCallrFuture
. 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 thatawait()
is not part of the Future API.