resume(returning:)
Resume the task awaiting the continuation by having it return from its suspension point
Declaration
consuming func resume(returning value: consuming sending Success)Parameters
- value:
The value to return from the continuation
Resume the task awaiting the continuation by having it return from its suspension point
consuming func resume(returning value: consuming sending Success)The value to return from the continuation