Contents

XCTWaiter.Result.interrupted

The waiter was interrupted prior to its expectations being fulfilled or timing out.

Declaration

case interrupted

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.

See Also

Result States