apm
apm copied to clipboard
Async Function
Is your feature request related to a problem? Please describe.
Now, apm is mainly written using the sync function. But I heard sync functions block the process. Is it better to replace sync functions with async ones? Please give your opinion.
Describe the solution you'd like
Replace sync functions with async functions.
Describe alternatives you've considered
Additional context
I agree with you. I think it's better to start with the functions that are closest to the root, because halfway asynchronization can cause timing-dependent bugs that are difficult to debug.