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
Android's HandlerThread class provides the same functionality built-in that is currently implemented by ImageClassificationThread without the need to manage the Looper directly.
Also there are a few spuriously created threads in various control classes (e.g. LightRingControl ) that could be consolidated as operations on a single background HandlerThread.
The text was updated successfully, but these errors were encountered:
Android's
HandlerThread
class provides the same functionality built-in that is currently implemented by ImageClassificationThread without the need to manage theLooper
directly.Also there are a few spuriously created threads in various control classes (e.g.
LightRingControl
) that could be consolidated as operations on a single backgroundHandlerThread
.The text was updated successfully, but these errors were encountered: