Confusion over YieldingContinuation and AsyncStream

I've been watching this session about AsyncSequence. Philippe talks about AyncStream at the very and, where the transcript tells me that this will be implemented later.

I am a little confused about the difference between YieldingContinuation and AsyncStream, and when to use which?

As far as I know, YieldingContinuation has never shipped.

1 Like

That's super weird, my code compiles in first beta with Xcode 13 :thinking: