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
It really means that an asynchronous event is happening independently of other events whereas a synchronous event would be happening dependent of other events.