项目作者: usebastian97

项目描述 :
AsyncTask was intended to enable proper and easy use of the UI thread. However, the most common use case was for integrating into UI, and that would cause Context leaks, missed callbacks, or crashes on configuration changes. It also has inconsistent behavior on different versions of the platform, swallows exceptions from doInBackground, and does not provide much utility over using Executors directly..
高级语言: Java
项目地址: git://github.com/usebastian97/AsyncTask.git
创建时间: 2021-01-19T13:25:10Z
项目社区:https://github.com/usebastian97/AsyncTask

开源协议:

下载