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.


HenrikBengtsson/future documentation built on Feb. 9, 2025, 7:52 a.m.