Skip to content
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

Take advantage of C++20 to massively simplify the build and fetching scheduler ("goals") #11927

Open
Ericson2314 opened this issue Nov 20, 2024 · 0 comments

Comments

@Ericson2314
Copy link
Member

In #11005 @L-as introduced c++20 coroutines in order to clean up this code. See that PR for details.

That PR set up the infrastructure to do so, but for most goal types intentionally didn't actually do the simplification. (The simplification was instead left for follow-up PRs, to keep things reviewable.)

This PR tracks finishing the job.

@Ericson2314 Ericson2314 changed the title Take advantage of C++20 to massively simplify the build and fetching schedular ("goals") Take advantage of C++20 to massively simplify the build and fetching scheduler ("goals") Nov 24, 2024
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

No branches or pull requests

1 participant