Skip to content

v0.1.1 - Add reset_ctrlc_received()

Latest
Compare
Choose a tag to compare
@malt03 malt03 released this 15 Jul 19:48
· 1 commit to main since this release
v0.1.1
5a00685
  • Introduce reset_ctrlc_received() to clear the internal flag, allowing you to count or react to multiple Ctrl-C presses (e.g. “press twice to exit”).
  • Document the new API and note that a signal arriving during reset may be missed.
  • No breaking changes—all existing behavior remains unchanged.