diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-02-02 13:13:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 13:13:23 +0300 |
commit | 799d8f75bb4bcbf06f794dd23971633486f90906 (patch) | |
tree | 1fbd510cf6dd10afad83753d4834922d979b0521 /alacritty_config | |
parent | 3354203e571e427b7152999d13af8a1cbd14e0d8 (diff) | |
download | alacritty-799d8f75bb4bcbf06f794dd23971633486f90906.tar.gz alacritty-799d8f75bb4bcbf06f794dd23971633486f90906.zip |
Fix notify doing active polling
The `notify-debouncer-mini` spawn a thread which checks the events
every timeout, which is not desired since we want to avoid active
polling.
This commit re-implements debouncer based on the `RecommendedWatcher`
without adding an extra thread on top and not doing any busy-waiting.
Fixes #6652.
Diffstat (limited to 'alacritty_config')
0 files changed, 0 insertions, 0 deletions