You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not immediately connected to sleep. If tokio used a busy loop instead of sleeping, the difference in behavior would still be there. std::thread::sleep behaves the same way on windows and linux.
tokio/tokio/src/time/interval.rs
Lines 125 to 139 in 5e406a7
This code is affected by rust-lang/rust#79462
The text was updated successfully, but these errors were encountered: