File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4155,13 +4155,10 @@ void wait_and_throw()
41554155_Effects:_ Blocks the calling thread until all commands previously submitted to
41564156this queue have completed.
41574157Synchronous errors are reported through SYCL exceptions.
4158- Any unconsumed <<async-error,asynchronous errors>> are passed to the
4159- <<async-handler>> associated with the queue or to the <<async-handler>>
4160- associated with the queue's context.
4161- If no user defined asynchronous error handler is associated with the queue or
4162- its context, then an implementation-defined default <<async-handler>> is called
4163- to handle any errors, as described in <<subsubsec:exception.nohandler>>.
41644158
4159+ At least all unconsumed <<async-error,asynchronous errors>> held by this queue
4160+ (or its associated context) are passed to the appropriate <<async-handler>> as
4161+ described in <<subsubsec:async.handler.priorities>>.
41654162'''
41664163
41674164.[apidef]#queue::throw_asynchronous#
You can’t perform that action at this time.
0 commit comments