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
As async_fn_in_trait is stable on nightly, is there plans to support it in the generated code? I recognized it would be a significant refactor, but it would be nice to avoid having to Box futures.
The text was updated successfully, but these errors were encountered:
Hey, thanks for your interest! Yes, I have a branch that uses async_fn_in_trait on nightly (it probably needs some updates, as it's about 10 months old now). Once async_fn_in_trait is released on stable, I'll merge to master.
As async_fn_in_trait is stable on nightly, is there plans to support it in the generated code? I recognized it would be a significant refactor, but it would be nice to avoid having to Box futures.
The text was updated successfully, but these errors were encountered: