Note exn:break-continuation not usable with with-handlers.

This commit is contained in:
Greg Hendershott 2015-04-28 10:48:06 -04:00 committed by Matthew Flatt
parent 4e3a7c420a
commit 2c76954108

View File

@ -806,8 +806,11 @@ context when printing the error message.}
#:inspector #f]{
Raised asynchronously (when enabled) in response to a break request.
The @racket[continuation] field can be used by a handler to resume the
interrupted computation.}
The @racket[continuation] field can be used to resume the interrupted
computation in the @tech{uncaught-exception handler} or
@racket[call-with-exception-handler] (but @emph{not}
@racket[with-handlers] because it escapes from the exception context
before evaluating any predicates or handlers).}
@defstruct[(exn:break:hang-up exn:break) ()
#:inspector #f]{