Constant tokio::runtime::time::wheel::NUM_LEVELS

source ยท
const NUM_LEVELS: usize = 6;
Expand description

Number of levels. Each level has 64 slots. By using 6 levels with 64 slots each, the timer is able to track time up to 2 years into the future with a precision of 1 millisecond.