Enumeration Caseswift 6.0.3_Concurrency
cancelled
The stream finished as a result of cancellation.
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
case cancelled
The stream finished as a result of cancellation.
case cancelled
sScS12ContinuationV11TerminationO9cancelledyADyx__GAFmlF
What are these?7IQ7J
import _Concurrency
enum Termination
A type that indicates how the stream terminated.
struct AsyncStream<Element>
An asynchronous sequence generated from a closure that calls a continuation to produce new elements.
struct Continuation
A mechanism to interface between synchronous code and an asynchronous stream.
case finished
The stream finished as a result of calling the continuation’s finish
method.