Android only feature. Would be mostly used in brownfield apps and in edge cases with some android devices.
Dedicated thread pool executor makes AsyncStorage
use separate thread pool for its tasks execution.
Use this feature if THREAD_POOL_EXECUTOR
from AsyncTasks
:
- Is used in your app, so that background tasks are queued most of the time
- Acts weird on your device (for example, waits for some time before execution)
Add a AsyncStorage_dedicatedExecutor
property to your android/gradle.properties
:
AsyncStorage_dedicatedExecutor=true