chickadee » srfi-45 » force

force PROMISEprocedure

Returns the result of the evaluation of PROMISE. When PROMISE is an R5RS promise an R5RS force is performed and when PROMISE is not a promise it is the result.

Note that force can produce a multi-valued return. See the Notes below,