added index for unsafe context term
svn: r17764
This commit is contained in:
parent
25fb4d9ac0
commit
03368f8fc6
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user