MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / DelayTX

Class DelayTX

src/executors/delay_executor.rs:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#[derive(Clone)]
14pub(crate) struct DelayTX {
15 delay_tx: Sender<Command>,
16 skip_tx: Sender<()>,
17 clear_tx: Sender<()>,
18}
19
20#[derive(Clone)]
21pub(crate) struct DelayChannels {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected