tick may not be accurate when high CPU usage
Author: DennisZhangOilerCreated Jul 7, 2025Updated Feb 14, 2026
Labelscrossbeam-channel
Hi, I am using tick to set a timer, but it seems that it could be not accurate when high CPU usage, I just checked the source code, it simply uses a `std::thread::sleep`, could you improve this to be more accruate?
Source: crossbeam-rs/crossbeam