MCPcopy Create free account
hub / github.com/bajrangCoder/setu / DebouncedJsonWriter

Class DebouncedJsonWriter

src/utils/runtime.rs:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21#[derive(Clone)]
22pub struct DebouncedJsonWriter<T> {
23 label: &'static str,
24 path: PathBuf,
25 delay: Duration,
26 runtime: Arc<Runtime>,
27 state: Arc<Mutex<DebouncedJsonWriterState<T>>>,
28}
29
30impl<T> DebouncedJsonWriter<T>
31where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected