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