Overview

Async is not concurrency, it returns to the caller before its result is ready.

Asynchrony I/O

In computer science, asynchronous O (also non-sequential I/O) is a form of input/output processing that permits other processing to continue before the transmission has finished.

Pattern