R/lazy_OP.R
grapes-lazy-grapes.Rd
Control lazy / eager evaluation for a future assignment
fassignment %lazy% lazy
The future assignment, e.g. x %<-% { expr }.
x %<-% { expr }
If FALSE (default), the future is resolved eagerly (starting immediately), otherwise not.