Replies: 2 comments
-
Please see: #6927 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I closed this discussion, feel free to leave further comment in relevant issue. |
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 need to have a project with plugins (dylib). I want to use tokio in the core program and plugins.
I think that i can't share "the same" tokio because rust will compile dll with dependencies. But i want that only one tokio reactor which use into the program (for core and dll). If my core is annoted with "#[tokio::main]", which methods must be wrapped as util to use the reactor of core instead of reactor of each dll?
I have no problem of rust version or tokio version because it's for an entreprise so we can be ensure that core and dll use same version of crates and rust.
Beta Was this translation helpful? Give feedback.
All reactions