109cd9eb03
This fixes the bug where in-flight async ops that were triggered by DevReattacher (such as livoxGen1_attachDeviceReq) that have unconditional delays in them would fire late, after the state var they rely upon had already been de-initialized. We use an async bridge to ensure that those ops get executed in the background and then resume execution after the delay.