Miri complains about tokio::select
#3882
Answered
by
Darksonn
soerenmeier
asked this question in
Q&A
-
While running some tokio code through miri it complained about: if disabled & mask == mask {
continue;
} Expanded Code: playground. Is this a bug? And if yes in tokio or miri? |
Beta Was this translation helpful? Give feedback.
Answered by
Darksonn
Jun 22, 2021
Replies: 1 comment 7 replies
-
This most likely has to do with the situation described here. Expanding on that, it is likely related to timers, not |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
soerenmeier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This most likely has to do with the situation described here. Expanding on that, it is likely related to timers, not
select!
.