Use a specific plan for a future assignment

fassignment %plan% strategy

Arguments

fassignment

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

strategy

The mechanism for how the future should be resolved. See plan() for further details.

See also

The plan() function sets the default plan for all futures.