fix docs for wrap-evt

The prohibition against `handle-evt` results has been dropped.
This commit is contained in:
Matthew Flatt 2013-11-02 12:08:01 -06:00
parent c5f9cb4984
commit c692f13200

View File

@ -150,10 +150,7 @@ of arguments accetped by @racket[wrap] must match the number of values
for the synchronization result of @racket[evt]. for the synchronization result of @racket[evt].
The call to @racket[wrap] is The call to @racket[wrap] is
@racket[parameterize-break]ed to disable breaks initially. The @racket[parameterize-break]ed to disable breaks initially.
@racket[evt] cannot be an event created by @racket[handle-evt] or any
combination of @racket[choice-evt] involving an event from
@racket[handle-evt].
@examples[#:eval evt-eval @examples[#:eval evt-eval
(define ch (make-channel)) (define ch (make-channel))