This is an archive of the discontinued LLVM Phabricator instance.

[coro async] Add the swiftasync attribute to the resume partial function
ClosedPublic

Authored by aschwaighofer on May 27 2021, 1:53 PM.

Details

Summary

Transfer the swiftasync attribute to the resume partial function according to
suspend.async specification. It's first argument denotes which argument is the
async context.

rdar://71499498

Diff Detail

Event Timeline

aschwaighofer created this revision.May 27 2021, 1:53 PM
aschwaighofer requested review of this revision.May 27 2021, 1:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2021, 1:53 PM
This revision is now accepted and ready to land.May 27 2021, 2:40 PM