-
Hi, I would like to know if a use of |
Beta Was this translation helpful? Give feedback.
Answered by
ethe
Oct 24, 2024
Replies: 1 comment 3 replies
-
The same is true in monoio. Running the io-bound future in |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ethe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The same is true in monoio. Running the io-bound future in
futures::block_on
will cause the monoio reactor to lose the opportunity to react the io event, andfutures::block_on
will never be ready.