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

"in parallel" construction is very awkward #6

Open
garykac opened this issue Feb 25, 2017 · 0 comments
Open

"in parallel" construction is very awkward #6

garykac opened this issue Feb 25, 2017 · 0 comments

Comments

@garykac
Copy link
Owner

garykac commented Feb 25, 2017

In English, the construction "run these substeps in parallel: A, B, C" means "run A, B and C in parallel with each other". However, in specifications, it has the specific meaning of running A, B and C sequentially on a background thread (that runs in parallel with the main thread).

Assigning the phrase to mean the exact opposite of its standard meaning in English is... unfortunate.

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