async fn handle_pending_adjusted_responses(
    pending_adjusted_response_event: EventAsync,
    command_tube: &AsyncTube,
    state: Arc<RwLock<BalloonState>>
) -> Result<(), BalloonError>