Skip to content

Commit

Permalink
Clarify wording of event::wait_and_throw()
Browse files Browse the repository at this point in the history
Tweak the wording of event::wait_and_throw() to allow an implementation
to throw asynchornous errors unrelated to the queue/context used to
enqueue the commands for which the event is waiting on.
  • Loading branch information
AerialMantis committed May 30, 2024
1 parent 17876ae commit 7a7dde7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3835,10 +3835,10 @@ void wait_and_throw()
a@ Blocks until all commands associated with this event and any dependent
events have completed.

Any uncomsumed <<async-error,asynchronous errors>> held by queues (or their
associated contexts) which were used to enqueue commands associated with this
event and any dependent events, are passed to the approriate <<async-handler>>
as described in <<subsubsec:async.handler.priorities>>.
At least all uncomsumed <<async-error,asynchronous errors>> held by queues (or
their associated contexts) which were used to enqueue commands associated with
this event and any dependent events, are passed to the approriate
<<async-handler>> as described in <<subsubsec:async.handler.priorities>>.

[NOTE]
====
Expand Down

0 comments on commit 7a7dde7

Please sign in to comment.