Refactor legacy database watcher system.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-07-25 09:17:54 +00:00
parent 0d439188e8
commit e58ef326d4
6 changed files with 105 additions and 95 deletions

View File

@@ -22,7 +22,6 @@ mod stream;
#[cfg(test)]
mod tests;
pub(crate) mod util;
mod watchers;
use std::{ops::Index, sync::Arc};