Replies: 2 comments
-
I cross-posted this question on Stack Overflow: https://stackoverflow.com/questions/75535427/rust-mlua-async-and-recursion |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh, seems like there already was a discussion (and an answer) on basically this exact matter. Delete the thread if you like =) |
Beta Was this translation helpful? Give feedback.
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.
-
I can somewhat reason what the compiler is trying to say, but I haven't been able to figure out how to fix this - or if what I'm trying to do is possible in the first place 😹
Consider the following (contrived) example:
The compiler has the following to say about this piece of code:
Is there anything one can do to make this work, or is the concept fundamentally flawed? I have enabled the "sync" feature.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions