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 fn to *ServiceExt to convert a tarpc service to a tokio NewService #135

Closed
tikue opened this issue Mar 20, 2017 · 1 comment
Closed
Assignees
Labels

Comments

@tikue
Copy link
Collaborator

tikue commented Mar 20, 2017

It allows people to use tarpc in a more composable fashion with the rest of the tokio libraries (say, if they want to handle the incoming stream themselves) and larger ecosystem.

Likely I'd want to reserve the right to change the actual return type because once impl Trait works with traits it'd be nice to just return -> impl NewService<..>.

cc @jonhoo

@tikue tikue self-assigned this Mar 20, 2017
@tikue tikue changed the title Add a fn to *ServiceExt to convert a service impl to an impl NewService Add a fn to *ServiceExt to convert a tarpc service to a tokio NewService Mar 21, 2017
@tikue tikue added the feature label Mar 23, 2017
@tikue
Copy link
Collaborator Author

tikue commented Oct 17, 2018

Obsoleted by #199.

@tikue tikue closed this as completed Oct 17, 2018
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

1 participant