config: add client-rule infrastructure
This commit is contained in:
parent
17e715cde4
commit
fd2163d658
32 changed files with 1804 additions and 27 deletions
|
|
@ -11,7 +11,6 @@ pub struct Debouncer {
|
|||
}
|
||||
|
||||
impl Debouncer {
|
||||
#[expect(dead_code)]
|
||||
pub async fn debounce(&self) {
|
||||
let iteration = self.ring.iteration.get();
|
||||
if self.iteration.replace(iteration) != iteration {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue