Replies: 2 comments 1 reply
-
So for the short and possibly wrong answer but I am pressed on time right now: Generally, if you want to store |
Beta Was this translation helpful? Give feedback.
0 replies
-
But I was hoping to be able to call methods and such. Is this impossible? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need some way to pass an &PyAny into a thread. While I understand that it is unsafe, I can clone the PyAny for each thread. How can I do this? Sorry if this isn't the right place for such a question.
Here is my code
lib.rs
net.rs
I really don't know what to do, any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions