Rdocumentation
powered by
Learn R Programming
future (version 1.3.0)
run.Future: Run a future
Description
Run a future
Usage
# S3 method for Future run(future, ...)
Arguments
future
A
Future
.
…
Not used.
Value
The
Future
object.
Details
This function can only be called once per future. Further calls will result in an informative error. If a future is not run when its value is queried, then it is run at that point.