Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/setu
/ DebouncedJsonWriterState
Class
DebouncedJsonWriterState
src/utils/runtime.rs:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
struct DebouncedJsonWriterState<T> {
17
pending: Option<T>,
18
task_running: bool,
19
}
20
21
#[derive(Clone)]
22
pub struct DebouncedJsonWriter<T> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected