We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if these requests are truly happening simultaneously, then those are parallel processes, not concurrent ones.
it might be too late to change your library
check this out
http://stackoverflow.com/questions/1050222/concurrency-vs-parallelism-what-is-the-difference
my guess is that your library is truly concurrent not parallel, so maybe you should revise the word "simultaneous"
The text was updated successfully, but these errors were encountered:
Good catch. Clarified in commit b9674af, feel free to reopen if you think it's not clear enough.
Sorry, something went wrong.
No branches or pull requests
if these requests are truly happening simultaneously, then those are parallel processes, not concurrent ones.
it might be too late to change your library
check this out
http://stackoverflow.com/questions/1050222/concurrency-vs-parallelism-what-is-the-difference
my guess is that your library is truly concurrent not parallel, so maybe you should revise the word "simultaneous"
The text was updated successfully, but these errors were encountered: