grapes-lazy-grapes: Control lazy / eager evaluation for a future assignment

%lazy%R Documentation

Control lazy / eager evaluation for a future assignment

Description

Control lazy / eager evaluation for a future assignment

Usage

fassignment %lazy% lazy

Arguments

fassignment

The future assignment, e.g. x %<-% { expr }.

lazy

If FALSE (default), the future is resolved eagerly (starting immediately), otherwise not.


future documentation built on July 9, 2023, 6:31 p.m.