[swift-evolution] [Concurrency] async/await + actors

Georgios Moschovitis george.moschovitis at icloud.com
Sun Aug 20 00:50:29 CDT 2017


> what's important is that the code may pause for a while during a given expression and run other stuff in the meantime.

I think that’s what `yield` actually means. In you sentence there is nothing about (a)waiting, only about pausing and ‘yielding’ the cpu time to ‘run other stuff’.

-g.



More information about the swift-evolution mailing list