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

Add New Option '--use-thread-interrupt' #1007

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

piiteraq
Copy link
Contributor

  • Added new boolean option '--use-thread-interrupt' for allowing kernel to be interrupted using 'Thread.interrupt' method rather than deprecated 'Thread.stop' method. For backward compatibility, default value of this option is 'false', i.e. 'Thread.stop' is used when option is not specified or set to 'false'
  • Added entry in documentation for new option
  • Ran test suite to ensure default interrupt behavior of kernel is preserved

  - Added new boolean option '--use-thread-interrupt' for allowing kernel
    to be interrupted using 'Thread.interrupt' method rather than
    deprecated 'Thread.stop' method. For backward compatibility,
    default value of this option is 'false', i.e. 'Thread.stop' is
    used when option is not specified or set to 'false'
  - Added entry in documentation for new option
  - Ran test suite to ensure default interrupt behavior of kernel
    is preserved
Copy link
Member

@alexarchambault alexarchambault left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @piiteraq!

Sorry for the late review… I was initially under the impression that I wanted to tweak one thing or another in the changes here, but couldn't find time for it at the time, but looking at it again now, it actually all looks good! 😅

@alexarchambault alexarchambault merged commit 8b495e8 into almond-sh:main Nov 15, 2022
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.

2 participants