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

Class SkipExecutor

src/executors/skip_executor.rs:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9};
10use tokio::sync::mpsc::{channel, Sender};
11
12pub(crate) struct SkipExecutor {
13 timer: slint::Timer,
14 pub(crate) executor: Executor,
15 is_skip: Arc<AtomicBool>,
16}
17
18impl SkipExecutor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected