mirror of
https://github.com/akaessens/NoFbEventScraper
synced 2025-02-19 21:10:45 +01:00
Using executeOnExecutor(asyncTask.THREAD_POOL_EXECUTOR) all pages are scraped in parallel. Related: #33 Note: with Android 11 the whole Aync Task is deprecated, therefore needs to be replaced in the future.