-
Notifications
You must be signed in to change notification settings - Fork 224
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 support for setPipeline() #379
Comments
For a real-world example where this matters, compare The introduction of |
Yeah, this should be possible. I took some some small first steps here: #380 |
We require this feature for our project. Unfortunately, #380 contains only stubs and minimal direction on what actually needs to happen to implement this feature. Would it be possible for @dwrensha to provide a more detailed explanation of everything that needs to change for this to be implemented correctly? I can then try my hand at providing a PR that implements this. |
Implemented in #515, without modifying the return type of |
Context: capnproto/capnproto#1131
In the c++ capnproto lib this feature was added that allows, as @kentonv says:
Would it be possible to support this in capnproto-rust as well?
Thanks.
The text was updated successfully, but these errors were encountered: