resume(throwing:)
Resume the task awaiting the continuation by having it throw an error from its suspension point
Declaration
consuming func resume(throwing error: Failure)Parameters
- error:
The error to throw from the continuation
Resume the task awaiting the continuation by having it throw an error from its suspension point
consuming func resume(throwing error: Failure)The error to throw from the continuation