Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background Thread Usage #3

Open
devunwired opened this issue Jan 17, 2018 · 1 comment
Open

Background Thread Usage #3

devunwired opened this issue Jan 17, 2018 · 1 comment

Comments

@devunwired
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants