Closed kingst closed 4 years ago
shouldnt the mlqueue resuming and suspension be in the mutexqueue as well to ensure they behave properly before it backgrounds or not?
The sync call on the machine learning queues make sure that the ML is done before the thread is suspended
but the for loop isnt in the mutex queue. shouldnt it be in the mutex queue?
I wasn't able to trigger this bug myself, but I did see a report from Crashlytics on the user study and I'm 90% sure that this fixes it.