Skip to content

swift_continuation_throwingResumeWithError(____)

0x41c edited this page Feb 28, 2022 · 1 revision

swift_continuation_throwingResumeWithError(_:_:)

Resumes an async continuation task by throwing an error.

@_silgen_name("swift_continuation_throwingResumeWithError")
public func swift_continuation_throwingResumeWithError(
    _ continuationTask: UnsafeRawPointer,
    _ error: Error
)

Parameters

  • continuationTask: The throwing task to resume.
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally