-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Introducing UI update lock. * Using actual threading Lock. * Fix import order. * Using lock as a context manager (with). * Add logging for the lock. * Avoid calling UI update fn from the polling thread when it's already running. * Minor: comments. * Update octoprint_octorelay/__init__.py * test_input_polling__locked. * Asserting the released lock in test_update_ui.
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters