Skip to content

Commit

Permalink
Close #174 PR: made "concurernvy vs. parallelism" section clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Booker authored and sindresorhus committed Nov 10, 2015
1 parent 98f9253 commit 7575ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ AVA, not Ava or ava. Pronounced [`/ˈeɪvə/` ay-və](media/pronunciation.m4a?ra

### Concurrency vs. parallelism

Concurrency is not parallelism. It enables parallelism. It's about dealing with, while parallelism is about doing, lots of things at once.
Concurrency is not parallelism. It enables parallelism. To learn more about the difference, see [this](http://stackoverflow.com/q/1050222) Stack Overflow answer.


## Support
Expand Down

0 comments on commit 7575ca8

Please sign in to comment.