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

Make DynTransport and dynamic dispatch opt-in #249

Open
nlordell opened this issue Mar 27, 2020 · 1 comment
Open

Make DynTransport and dynamic dispatch opt-in #249

nlordell opened this issue Mar 27, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@nlordell
Copy link
Contributor

Right now the generated code always uses synamic dispatch and boxes the transport in a DynTransport. This should be an opt-in feature and default to being generic over the transport it uses.

@nlordell nlordell added the cleanup Clean up the code base and remove some technical debt label May 4, 2020
@nlordell nlordell added enhancement New feature or request and removed cleanup Clean up the code base and remove some technical debt labels May 26, 2020
@taminomara
Copy link
Contributor

See also related discussion in #601.

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

No branches or pull requests

2 participants