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

Turn Monitor thread into daemon #5565

Merged
merged 3 commits into from Nov 30, 2023
Merged

Conversation

michaelc12qe
Copy link
Contributor

Resolves #5561

This PR changes the qcodes.Monitor Thread into a daemon thread. When the Thread was not daemonized, it prevented both python and ipython from closing unless the thread was already joined.

Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Merging #5565 (4a371eb) into main (e3b4271) will not change coverage.
Report is 2 commits behind head on main.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5565   +/-   ##
=======================================
  Coverage   66.32%   66.32%           
=======================================
  Files         354      354           
  Lines       30958    30958           
=======================================
  Hits        20532    20532           
  Misses      10426    10426           

@jenshnielsen jenshnielsen added this pull request to the merge queue Nov 30, 2023
Merged via the queue into microsoft:main with commit 16183ea Nov 30, 2023
16 checks passed
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

Successfully merging this pull request may close these issues.

Cannot exit ipython with running qcodes.Monitor()
2 participants