Closed hborisoff closed 1 year ago
Enable or disable background thread using LeanplumActions.setUseWorkerThreadForDecisionHandlers(boolean).
LeanplumActions.setUseWorkerThreadForDecisionHandlers(boolean)
Added another ThreadHandler instance in OperationQueue specifically for the Action Queue background work. It will execute work sequentially.
ThreadHandler
OperationQueue
Implementation
Enable or disable background thread using
LeanplumActions.setUseWorkerThreadForDecisionHandlers(boolean)
.Added another
ThreadHandler
instance inOperationQueue
specifically for the Action Queue background work. It will execute work sequentially.