Files
react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react
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
..
2016-07-28 14:40:47 -07:00
2016-03-15 01:41:22 -07:00
2016-08-09 10:56:31 -07:00
2016-08-09 10:56:31 -07:00
2016-08-09 10:56:31 -07:00
2016-08-09 10:56:31 -07:00