added index for unsafe context term

svn: r17764
This commit is contained in:
John Clements 2010-01-21 18:34:43 +00:00
parent 25fb4d9ac0
commit 03368f8fc6

View File

@ -51,7 +51,9 @@ because parameterizations are not serializable.
Fourth, and related, this process only runs on your code, not on the code you Fourth, and related, this process only runs on your code, not on the code you
@scheme[require]. Thus, your continuations---to be serializable---must not @scheme[require]. Thus, your continuations---to be serializable---must not
be in the context of another module. For example, the following will not work: be in the context of another module. For example, the following will fail with an @as-index{"unsafe context"}
exception:
@schemeblock[ @schemeblock[
(define requests (define requests
(map (lambda (rg) (send/suspend/url rg)) (map (lambda (rg) (send/suspend/url rg))