You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi kenChris, Thanks for creating a seperate issue. The computing work are mostly done in worker thread. it is better the worker could get the data direclty. otherwise, main thread need to post the data to all workers.
And i do think different worker(audio or video processing) could set different threashhold of cpu. It means they could set mulitiple observers. it will easier for each type of worker to handling the work related with cpu estimation.
If you have multiple workers with different thresholds then you can send the data back to main thread and join the data for more precise readings - basically working around the privacy advantages of using buckets.
Broken out from #14
The text was updated successfully, but these errors were encountered: