No yield function #306
Unanswered
razvanperial
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I may be mistaken, but I couldn't find any sort of
yield
function in this crate. Normal Tokio has this with theyield_now()
function, but when I tried to use this within a tokio-uring runtime, it didn't seem to work. Therefore I assume that there should be ayield
function for this runtime, but I couldn't find it.I am somewhat new to Rust, so I'm sorry in advance if I missed something, but I would greatly appreciate your help.
Beta Was this translation helpful? Give feedback.
All reactions