nestedWaiter(_:wasInterruptedByTimedOutWaiter:)
Invoked when the waiter is interrupted prior to its expectations being fulfilled or timing out.
Declaration
optional func nestedWaiter(_ waiter: XCTWaiter, wasInterruptedByTimedOutWaiter outerWaiter: XCTWaiter)Discussion
This occurs when an “outer” waiter times out, resulting in any waiters nested inside it being interrupted to allow the call stack to quickly unwind.