Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

feat: debounce wants manually #255

Merged
merged 2 commits into from
Feb 13, 2020
Merged

feat: debounce wants manually #255

merged 2 commits into from
Feb 13, 2020

Commits on Feb 13, 2020

  1. feat: debounce wants manually

    This:
    
    * Makes it easy to send immediately if we wait too long and/or if we have enough
    to send.
    * Is significantly more efficient than the debounce library as it doesn't spin
    off a bunch of "after" timers.
    
    fixes #245
    Stebalien committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    777c0d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ccab36 View commit details
    Browse the repository at this point in the history