Skip to content

Draft: base: Fail if `timeout` is used when exceptions are masked

Ben Gamari requested to merge wip/T18580 into master

As pointed out in #18580, timeout's implementation assumes that exceptions will be handled. Document and assert this precondition.

Fixes #18580.

Edited by Ben Gamari

Merge request reports