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

Class DelayExecutor

src/executors/delay_executor.rs:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92pub(crate) struct DelayExecutor {
93 timer: slint::Timer,
94 pub(crate) executor: Executor,
95 command: Arc<RwLock<VecDeque<Command>>>,
96}
97
98impl DelayExecutor {
99 pub(crate) fn new(executor: Executor) -> (Self, DelayTX) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected