async fn handle_fs_queue(
    queue: Rc<RefCell<Queue>>,
    doorbell: Interrupt,
    kick_evt: EventAsync,
    server: Arc<Server<PassthroughFs>>,
    tube: Arc<Mutex<Tube>>
)