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

Class DelayChannels

src/executors/delay_executor.rs:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20#[derive(Clone)]
21pub(crate) struct DelayChannels {
22 pub(crate) delay_tx: DelayTX,
23 pub(crate) delay_move_tx: DelayTX,
24 pub(crate) loop_move_tx: DelayTX,
25}
26
27impl DelayChannels {
28 pub(crate) fn send_delay(&self, fg: &Command) -> Result<(), EngineError> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected