GGist
Results
1
issues of
GGist
I am seeing issues because of this. For example, the following code: ``` timer::wheel() .num_slots(8) .tick_duration(Duration::from_millis(58)) .max_capacity(2000) .channel_capacity(2000) .num_slots(2048) .build(); ``` Will cause problems at the call to unwrap at...