Skip to content

swift_continuation_await(__)

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

swift_continuation_await(_:)

swift(>=5.1)

Awaits a continuation on the current task until resumed. If it's pending, restore the state to the current task as resumed.

@_silgen_name("swift_continuation_await")
public func swift_continuation_await(
    _ continuationContext: UnsafeRawPointer
)

Parameters

  • continuationContext: The context to check the status of.
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally