While reading a block device the my code stuck in **queue.rs** ``` // Wait until there is at least one element in the used ring. while !self.can_pop() { spin_loop(); } ``` How can I resolve it?