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

#[tarpc::server(?Send)] option to generate server impl with non-Send Future return type. #338

Open
laysakura opened this issue Jan 18, 2021 · 2 comments
Labels

Comments

@laysakura
Copy link

Idea from async-trait crate.

Also shortly discussed in discord: https://discord.com/channels/647529123996237854/647529123996237860/800671224945573930

image

@CowBoy4mH3LL
Copy link

Just curious -- do we have this one on tarpc now?

@tikue
Copy link
Collaborator

tikue commented Aug 23, 2024

It's not an option, but the traits use async fn which I think isn't Send by default?

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

No branches or pull requests

3 participants