So I\'m a little confused by this terminology.
Everyone refers to \"Asynchronous\" computing as running different processes on seperate threads, which gives the illu
The word "synchronous" implies that a function call will be synchronized with some other event.
Asynchronous implies that no such synchronization occurs.
It seems like the definition that you have there should really be the definition for "concurrent," or something. That definition looks wrong.
Here is the wiktionary definition:
asynchronous
Which just so happens to be the exact opposite of what you posted.