1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-07-11 18:57:06 +08:00
Java-Interview-Guide/.github/issue_template.md
2019-06-17 20:32:56 +08:00

29 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 我发起这个 ISSUE 的主要目的
- [x] 讨论
- [x] 勘误
- [ ] 建议
## 涉及文章的相对路径
1. [BIO-NIO-AIO](https://github.com/Snailclimb/JavaGuide/blob/master/docs/java/BIO-NIO-AIO.md)
## 错误原文或讨论点
BIO-NIO-AIO.md
原文:
>异步就是发起一个调用后,立刻得到被调用者的回应表示已接收到请求,但是被调用者并没有返回结果,此时我们可以处理其他的请求,被调用者通常依靠事件,回调等机制来通知调用者其返回结果。
应该修改为:
>异步就是发起一个调用后,立刻得到被调用者的回应表示已接收到请求,但是被调用者并没有返回结果,此时我们可以处理其他的请求,被调用者通常依靠事件,回调等机制来通知调用者其返回结果。
看完这篇我还是搞不动 NIO 和 AIO 的区别,大家能给点学习建议或者一起讨论它们的实现异同吗?
## 建议
我建议出英文版
## 备注
相关一些参考外链google.cn
以及参考仓库github.com