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

Method send_delay

src/executors/delay_executor.rs:28–31  ·  view source on GitHub ↗
(&self, fg: &Command)

Source from the content-addressed store, hash-verified

26
27impl DelayChannels {
28 pub(crate) fn send_delay(&self, fg: &Command) -> Result<(), EngineError> {
29 self.delay_tx.delay_tx.try_send(fg.clone())?;
30 Ok(())
31 }
32
33 pub(crate) fn send_move(&self, fg_move: Command) -> Result<(), EngineError> {
34 self.delay_move_tx.delay_tx.try_send(fg_move)?;

Callers 2

show_fgMethod · 0.80
show_moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected