Skip to content

Remove leading debounces - #234

Merged
tudddorrr merged 1 commit into
developfrom
remove-leading-debounce
Aug 4, 2026
Merged

Remove leading debounces#234
tudddorrr merged 1 commit into
developfrom
remove-leading-debounce

Conversation

@tudddorrr

@tudddorrr tudddorrr commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Simplified debounce timer to trailing-only

  • Removed the leading-edge debounce mode from TaloDebounceTimer, leaving only trailing-edge behavior where the callback fires after the debounce window completes.
  • Eliminated the _leading, _has_pending, and _handle_leading_debounce state/logic from the timer.
  • Removed the leading parameter from TaloDebouncedAPI._init and TaloDebounceTimer._init, along with all call sites.
  • Deleted the test for leading-mode immediate-fire behavior.

@tudddorrr tudddorrr changed the title remove leading debounce Remove leading debounce Aug 4, 2026
@tudddorrr
tudddorrr merged commit 860ad3f into develop Aug 4, 2026
7 checks passed
@tudddorrr
tudddorrr deleted the remove-leading-debounce branch August 4, 2026 21:03
@tudddorrr tudddorrr changed the title Remove leading debounce Remove leading debounces Aug 5, 2026
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.

1 participant