I need to fetch user data from database in android. But AsyncTask is deprecated in API level 30. Executors is used as an alternative for AsyncTask. But I don\'t know how to use