You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be mostly used in brownfield apps and [in edge cases with some android devices.](https://github.com/react-native-community/async-storage/issues/159)
5
+
6
+
## Motivation
7
+
8
+
Dedicated thread pool executor makes `AsyncStorage` use separate thread pool for its tasks execution.
9
+
10
+
Use this feature if `THREAD_POOL_EXECUTOR` from `AsyncTasks`:
11
+
12
+
- Is used in your app, so that background tasks are queued most of the time
13
+
- Acts weird on your device (for example, waits for some time before execution)
14
+
15
+
## How to use
16
+
17
+
Add a `AsyncStorage_dedicatedExecutor` property to your `android/gradle.properties`:
0 commit comments