-
Hi, I've a question regarding the Tokio runtime. Is there any way to integrate it within an existing run loop instead of a firing up a new one? Motivation: I would like to use some of Tokio's goodies (primarily timers) in a Rust plug-in for a C++ desktop application. This application has its own run loop which executes about 30x per second and which the plug-in can take part in. I wish there would be a way to repeatedly call something like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Could you elaborate on the event loop? Does it run 30x per second on a fixed timer? Is there an API to wake it up or control when it runs? How do you hook into the event loop? |
Beta Was this translation helpful? Give feedback.
-
This is related to #2443. |
Beta Was this translation helpful? Give feedback.
This is related to #2443.