|
|
|
|
|
by zhong-j-yu
4343 days ago
|
|
I agree that external IO most likely would benefit from async. But, we don't need to turn the entire request-response code flow into async style, just because of one async call. We could break it up into 3 parts: sync code, async code (for external IO), sync code again. |
|