You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the issue list and confirm this feature is encountered for the first time.
Please try full text in English and attach precise description.
Description
Current API is still in a synchronized way, which leading to many threads for high concurrent scenario. Now the async/await is stable and mature across the Rust ecosystem, so I guess we can move forward to async API.
Other Information
This is maybe a huge refactoring, and will cause breaking changes. I guess we should take it after #14 is done.
The text was updated successfully, but these errors were encountered:
Check Before Asking
Description
Current API is still in a synchronized way, which leading to many threads for high concurrent scenario. Now the async/await is stable and mature across the Rust ecosystem, so I guess we can move forward to async API.
Other Information
This is maybe a huge refactoring, and will cause breaking changes. I guess we should take it after #14 is done.
The text was updated successfully, but these errors were encountered: