Hacker News new | ask | show | jobs
by gowld 332 days ago
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.

1 comments

Parallelism implies concurrency but not does not imply asynchrony.