docs: replace more suitable translation (#1743)

Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
This commit is contained in:
余林颖
2021-05-03 22:55:57 +08:00
committed by GitHub
parent 825b5a9a29
commit b5aaa94794
3 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ tags:
- Reactive
---
## 作用
## 含义
异步方法是一种调用线程在等待任务结果时候不会被阻塞的模式。该模式提供了对多个任务的并行处理,并通过回调或等待,在所有任务完成后在提供结果读取。
@ -144,7 +144,7 @@ public static void main(String[] args) throws Exception {
![alt text](../../async-method-invocation/etc/async-method-invocation.png "Async Method Invocation")
## 适用
## 适用场景
在以下场景可以使用异步调用模式