Why are Asynchronous processes not called Synchronous?

前端 未结 9 2141
我寻月下人不归
我寻月下人不归 2020-12-28 14:46

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

9条回答
  •  天命终不由人
    2020-12-28 15:27

    It really means that an asynchronous event is happening independently of other events whereas a synchronous event would be happening dependent of other events.

提交回复
热议问题