Swift Concurrency: Resuming a stored continuation from an actor does not work

Escaping the continuation is the expected use pattern.

You're sure that you're actually resuming the continuation?

1 Like