Question: Relax 'static bounds
#551
Unanswered
ManevilleF
asked this question in
Q&A
Replies: 1 comment
|
Great question! I think this will bar a good discussion for our monthly meeting coming up on Tuesday, we'll discuss. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone, congrats on the new release with Bolt and effect routing ! I have a question:
Currently the following traits:
OperationandOperation::OutputEffectApp::EventAll require a
'staticbound. Which roughly correlates to all types crossing FFI boundaries having to be "owned". I figured this might be caused byuniffinot supporting zerocopy at all but I might be wrong.With the new middlewares, especially with the Effect routing, and BoltFFi supporting zerocopy is it possible to remove this bound could be lifted at some point ?
All reactions