Create hint session asynchronously
Sends createHintSession asynchronously inside worker thread Consistency is maintained by returning the session with a std::future which we only check when we try to do hint session operations within renderthread, to avoid races or mutexes necessary with a callback fn. Bug: 272002264 Test: manual Change-Id: I9b64f20f1abdac91993742b9f9aea7824288fdd3
Loading
Please register or sign in to comment