Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
Small caveat: I spawn But I'm also not sure if it would be any better to spawn both tasks on the same runtime. |
I think it should be better. Like deadlocks happens when one thread is waiting on other to free up stuff. But if it's all in the same runtime/thread, deadlock shouldn't happen, right? |
In this case there's a spawn and a blocking spawn. Even within the same runtime they would already be isolated in different 'pools'. |
So that they don't block async runtime. 💁♀️
All Submissions:
devbranch. Did you create your branch fromdev?New Feature Submissions:
cargo +nightly fmt --allcommand prior to submission?cargo clippy --all --all-featurescommand?Changes to Core Features: