Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a macro to enable dynamic dispatch for async trait #31

Open
Tudyx opened this issue Feb 18, 2024 · 2 comments
Open

Add a macro to enable dynamic dispatch for async trait #31

Tudyx opened this issue Feb 18, 2024 · 2 comments

Comments

@Tudyx
Copy link

Tudyx commented Feb 18, 2024

From my understanding, as mentioned in the blog post announcing async fn in trait, this crate will support a macro to enable dynamic dispatch for async trait.

I don't want to put a pressure of any kind (I'm fine using the async_trait crate), I just think having a tracking issue will be better than polling this crate from time to time to see if it's implemented.

@Sytten
Copy link

Sytten commented Apr 29, 2024

This would be very useful for crate maintainers to be able to have a drop-in replacement for async-trait where they can enable/disable dynamic dispatch based on a feature flag.

@stormshield-gt
Copy link

For those interested it seems that initial support has landed here https://github.com/spastorino/dynosaur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants