change evt? to handle-evt?
This commit is contained in:
parent
0f595f4882
commit
f85c73f83d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user