Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the wording based on feedback.
* Clarified that `event::wait_and_throw` will pass to an async handler all unhandled asynchronous errors which are held by a queue or context associated with the event and dependent events. * Added a note that this behaviour is equivalent to calling `queue::throw_asynchornous` on each event. * Clarified that the async handler that is used to process the asynchornous errors is determined acording to the async handler priorities specified in section 4.13.1.3.
- Loading branch information