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 May 29, 2024, 6:38 a.m.