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

Method send_loop

src/executors/delay_executor.rs:38–41  ·  view source on GitHub ↗
(&self, fg_move: Command, fg_back: Command)

Source from the content-addressed store, hash-verified

36 }
37
38 pub(crate) fn send_loop(&self, fg_move: Command, fg_back: Command) {
39 try_send_loop(&self.delay_move_tx.delay_tx, fg_back);
40 try_send_loop(&self.loop_move_tx.delay_tx, fg_move);
41 }
42
43 pub(crate) fn clear_all(&self) {
44 self.delay_tx

Callers 1

show_moveMethod · 0.80

Calls 1

try_send_loopFunction · 0.85

Tested by

no test coverage detected