-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Concurrency] Rename Dummy(Main|Task)Executor. #82417
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
`UnimplementedExecutor` seems like a better name. rdar://153531418
@swift-ci Please smoke test |
We need to update the new runtime build with the filename change also. rdar://153531418
@swift-ci Please smoke test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, thank you! This is super nice :)
@swift-ci Please smoke test Windows platform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm sounds good
That was just added now in 6.2? Did those maybe need to be underscored? |
They were in the original custom global executors changeset; I think it makes sense to make the built-in executor implementations have public names, in case you want some unusual combination thereof. (I haven't managed to land an "SPI all the things" changes because doing that doesn't work for protocol changes and the previous "underscore all the things" was rejected as not what was wanted.) |
UnimplementedExecutor
seems like a better name.rdar://153531418