Files
react-native-code-push/android
Sergey Akhalkov 341a205a1d codePushNativeModule: launch async tasks in parallel (#693)
AsyncTasks are executed on a single thread to avoid common application errors caused by parallel execution.
So to make it possible to use tools like AsyncStorage while CodePush downloading an update we should use
`asyncTask.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);` code instead of `asyncTask.execute()`
2017-02-09 11:44:03 +03:00
..
2015-11-23 12:02:01 -08:00
2015-11-23 12:02:01 -08:00
2015-11-23 12:02:01 -08:00
2015-11-23 12:02:01 -08:00
2015-11-23 12:02:01 -08:00