change evt? to handle-evt?

This commit is contained in:
Kevin Tew 2011-08-08 17:49:39 -06:00
parent 0f595f4882
commit f85c73f83d

View File

@ -284,7 +284,7 @@ combination of @racket[choice-evt] involving an event from
@defproc[(handle-evt [evt (and/c evt? (not/c handle-evt?))] @defproc[(handle-evt [evt (and/c evt? (not/c handle-evt?))]
[handle (any/c . -> . any)]) [handle (any/c . -> . any)])
evt?]{ handle-evt?]{
Like @racket[wrap], except that @racket[handle] is called in tail Like @racket[wrap], except that @racket[handle] is called in tail
position with respect to the synchronization request, and without position with respect to the synchronization request, and without