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
Thanks for the issue @ActuallyHappening! And sorry for only now getting back to you. Feel free to open up a PR with the changes. We also thought about doing this eventually, but we're currently quite busy, so can't make any promises as to when we might get around to it.
I believe the async traits can be updated to use native syntax
There are caveats, but you can manually specify the
Send
bound on an explicit associated type.See: https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html#where-the-gaps-lie
The text was updated successfully, but these errors were encountered: