pub async fn do_loop_iteration(
    task_queue: &TaskQueue,
    task: Task,
    dispatcher: PythonDispatcher
) -> PuffResult<()>