future_build {drake} | R Documentation |
Task passed to individual futures in the "future"
backend
![[Stable]](../help/figures/lifecycle-stable.svg)
Description
For internal use only. Only exported to make available to futures.
Usage
future_build(target, meta, config, spec, config_tmp, protect)
Arguments
target |
Name of the target. |
meta |
A list of metadata. |
config |
A |
config_tmp |
Internal, parts of |
protect |
Names of targets that still need their dependencies available in memory. |
Value
Either the target value or a list of build results.
[Package drake version 7.13.10 Index]