DevMgmt: StimBuffApi bg tasks should execute on body thread
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
|||||||
* Body instead since it's meant to handle device-management operations.
|
* Body instead since it's meant to handle device-management operations.
|
||||||
*/
|
*/
|
||||||
stim_buff::StimBuffApiManager::getInstance()
|
stim_buff::StimBuffApiManager::getInstance()
|
||||||
.loadAllStimBuffApiLibsFromOptions(caller);
|
.loadAllStimBuffApiLibsFromOptions(parent.body.thread);
|
||||||
|
|
||||||
/** EXPLANATION:
|
/** EXPLANATION:
|
||||||
* Consider body::initializeReq to have been called if even one of its
|
* Consider body::initializeReq to have been called if even one of its
|
||||||
|
|||||||
Reference in New Issue
Block a user