You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: