Refactor legacy database watcher system.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
0d439188e8
commit
e58ef326d4
6 changed files with 105 additions and 95 deletions
|
|
@ -22,7 +22,6 @@ mod stream;
|
|||
#[cfg(test)]
|
||||
mod tests;
|
||||
pub(crate) mod util;
|
||||
mod watchers;
|
||||
|
||||
use std::{ops::Index, sync::Arc};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue