8000 issue_template · jackingod/JavaGuide@c8cad92 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8cad92

Browse files
author
李文广
committed
issue_template
1 parent 05ede10 commit c8cad92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/issue_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
## 涉及文章的相对路径
88

9-
1. [https://github.com/Snailclimb/JavaGuide/blob/master/docs/java/BIO-NIO-AIO.md](BIO-NIO-AIO)
9+
1. [BIO-NIO-AIO](https://github.com/Snailclimb/JavaGuide/blob/master/docs/java/BIO-NIO-AIO.md)
1010

1111
## 错误原文或讨论点
1212

13-
BIO-NIO-AIO.md
13+
BIO-NIO-AIO.md
1414
原文:
1515
>异步就是发起一个调用后,立刻得到被调用者的回应表示已接收到请求,但是被调用者并没有返回结果,此时我们可以处理其他的请求,被调用者通常依靠事件,回调等机制来通知调用者其返回结果。
1616

0 commit comments

Comments
 (0)
0