mirror of
https://github.com/junegunn/fzf.git
synced 2025-12-28 06:56:54 +08:00
Instead of notifying the event coordinator (EventBox) whenever a new line is arrived, start a background goroutine that periodically does the task. Atomic.StoreInt32 is much cheaper than mutex synchronization that happens during EventBox update.
1.9 KiB
1.9 KiB