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
Since async trait is now stable in rust. We can think of removing relying on the the async-trait macro, which requires returning Boxed Future which is less efficient than using rust native async trait.
The text was updated successfully, but these errors were encountered:
Congyuwang
changed the title
Remove async-trait
Performance: remove async-trait
Jan 10, 2025
gumpt
added
dependencies
Pull requests that update a dependency file
Long Term Goal
Feature that we plan to support but not likely in the near future
and removed
Long Term Goal
Feature that we plan to support but not likely in the near future
labels
Jan 17, 2025
Since async trait is now stable in rust. We can think of removing relying on the the async-trait macro, which requires returning Boxed Future which is less efficient than using rust native async trait.
The text was updated successfully, but these errors were encountered: