future

Name

future -- Evaluate an expression in background.

Type: special

Synopsis

future( expr, future);

Arguments

expr

An expression

Return Values

future

An instance of <future>

Description

This special form starts the evaluation of an expression whose value will be needed in the future. Use force to synchronize with the future value.