赞
踩
参考:https://blog.csdn.net/shuiliusheng/article/details/82227189
大概可以理解为异步异常是指由当前程序之外的因素引起的异常,如来自I/O设备的信号。 同步异常是指由当前程序本身引起的异常,如系统调用、page fault、segmetation fault。