executeOnExecutor (AsyncTask.THREAD_POOL_EXECUTOR);. Based on source code, AsyncTask has two thread pool: SerialExecutor and THREAD_POOL_EXECUTOR. By default it ...
確定! 回上一頁