Skip to content

[Async CC] Add task and executor arguments. #34444

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

nate-chandler
Copy link
Contributor

The previous stage of bringup only had async functions taking a single argument: the async context. The next stage will involve the task and executor. Here, arguments are added for those values. To begin with, null is always passed for these values.

@nate-chandler
Copy link
Contributor Author

@swift-ci please test

@nate-chandler nate-chandler changed the title [Async CC] Added task and executor arguments. [Async CC] Add task and executor arguments. Oct 26, 2020
The previous stage of bringup only had async functions taking a single
argument: the async context.  The next stage will involve the task and
executor.  Here, arguments are added for those values.  To begin with,
null is always passed for these values.
@nate-chandler nate-chandler force-pushed the concurrency/irgen/add-remaining-async-args-as-null branch from 3d9ca6a to b74052c Compare October 26, 2020 21:27
@nate-chandler
Copy link
Contributor Author

@swift-ci please test

@nate-chandler nate-chandler merged commit f24ddb0 into swiftlang:main Oct 27, 2020
@nate-chandler nate-chandler deleted the concurrency/irgen/add-remaining-async-args-as-null branch October 27, 2020 02:04
@DougGregor
Copy link
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants