-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pref: avoid creating a task for the debounced listener update
Nothing was being awaited in _debounced so it could be a normal function decorated with @callback to run in the event loop and did not need to be a coro. This avoids creating a task when the async_call_later fires
- Loading branch information
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters