Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
gowld
10 months ago
|
parent
|
context
|
favorite
| on:
Asynchrony is not concurrency
Concurrency implies asynchrony (two systems potentially doing work at the same time withut waiting for each other), but the converse is not true.
A single process can do work in an unordered (asynchronous) way.
Zambyte
10 months ago
[–]
Parallelism implies concurrency but not does not imply asynchrony.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
A single process can do work in an unordered (asynchronous) way.